From 1ab78d0e11a3bba06278c2c14788abfab8a14f45 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 10 Feb 2025 17:12:34 +0000 Subject: [PATCH] Fix choice of language used in algorithm --- spec/Section 2 -- Language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 2 -- Language.md b/spec/Section 2 -- Language.md index 76b5fadcb..c2c601fa2 100644 --- a/spec/Section 2 -- Language.md +++ b/spec/Section 2 -- Language.md @@ -1253,7 +1253,7 @@ Type : Name - Let {name} be the string value of {Name}. - Let {type} be the type defined in the Schema named {name}. -- {type} must not be {null}. +- {type} must exist. - Return {type}. Type : [ Type ]