Skip to content

Commit e4bdce8

Browse files
committed
Revert "Update Section 2 -- Language.md"
This reverts commit f4eec91.
1 parent f4eec91 commit e4bdce8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

spec/Section 2 -- Language.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,12 @@ 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, 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}.
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}.
167166

168167
**Byte Order Mark**
169168

0 commit comments

Comments
 (0)