Skip to content

Commit 4728012

Browse files
committed
Update Section 2 -- Language.md
1 parent 728c7d7 commit 4728012

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

spec/Section 2 -- Language.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,13 @@ Ignored ::
157157
lexical tokens, but are otherwise insignificant and not referenced in
158158
syntactical grammar productions.
159159

160-
Any amount of {Ignored} may appear before and after every lexical token. No
161-
ignored regions of a source document are significant, however {SourceCharacter}
162-
which appear in {Ignored} may also appear within a lexical {Token} in a
163-
significant way, for example a {StringValue} may contain white space characters.
164-
No {Ignored} may appear _within_ a {Token}, for example no white space
165-
characters are permitted between the characters defining a {FloatValue}.
160+
Any amount of {Ignored} may appear before and after every lexical token, with
161+
the exception of _schema coordinate_. No ignored regions of a source document
162+
are significant, however {SourceCharacter} which appear in {Ignored} may also
163+
appear within a lexical {Token} in a significant way, for example a
164+
{StringValue} may contain white space characters. No {Ignored} may appear
165+
_within_ a {Token}, for example no white space characters are permitted between
166+
the characters defining a {FloatValue}.
166167

167168
**Byte Order Mark**
168169

0 commit comments

Comments
 (0)