Skip to content

Commit 1ab78d0

Browse files
committed
Fix choice of language used in algorithm
1 parent e9ac8c8 commit 1ab78d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ Type : Name
12531253

12541254
- Let {name} be the string value of {Name}.
12551255
- Let {type} be the type defined in the Schema named {name}.
1256-
- {type} must not be {null}.
1256+
- {type} must exist.
12571257
- Return {type}.
12581258

12591259
Type : [ Type ]

0 commit comments

Comments
 (0)