Skip to content

Commit b7c57ea

Browse files
authored
Fix choice of language used in algorithm (#1134)
1 parent b41339a commit b7c57ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

+1-1
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)