File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,12 @@ Ignored ::
157
157
lexical tokens, but are otherwise insignificant and not referenced in
158
158
syntactical grammar productions.
159
159
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}.
167
166
168
167
** Byte Order Mark**
169
168
You can’t perform that action at this time.
0 commit comments