renamed "stringtype" to "string_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:55 +02:00
parent 579d4e0d75
commit e0880c8cb1
3 changed files with 3 additions and 3 deletions

View File

@@ -613,7 +613,7 @@ type_child (
case @type.kind of
0 = @any_type
| 1 = @stringtype
| 1 = @string_type
| 2 = @numbertype
| 3 = @uniontype
| 4 = @truetype