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

@@ -1998,7 +1998,7 @@ class UnknownType extends Type, @unknowntype { }
/**
* The predefined `string` type.
*/
class StringType extends Type, @stringtype { }
class StringType extends Type, @string_type { }
/**
* The predefined `number` type.

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

View File

@@ -910,7 +910,7 @@
<v>1</v>
</e>
<e>
<k>@stringtype</k>
<k>@string_type</k>
<v>1</v>
</e>
<e>