renamed "mappedtypescope" to "mapped_type_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:50 +02:00
parent 8b09f1dcb2
commit 4fe2b9dcda
3 changed files with 3 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ case @scope.kind of
| 10 = @class_decl_scope
| 11 = @interface_scope
| 12 = @type_alias_scope
| 13 = @mappedtypescope
| 13 = @mapped_type_scope
| 14 = @enumscope
| 15 = @externalmodulescope
| 16 = @conditionaltypescope;