Skip to content

Commit 7237443

Browse files
authored
Editorial: Fix reference to StringValue from Ignored (#608)
Replaces {String} with {StringValue} and clarifies that characters are in fact not ignored and include additional examples.
1 parent 5cc1424 commit 7237443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 2 -- Language.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Ignored ::
133133

134134
Before and after every lexical token may be any amount of ignored tokens
135135
including {WhiteSpace} and {Comment}. No ignored regions of a source
136-
document are significant, however ignored source characters may appear within
137-
a lexical token in a significant way, for example a {String} may contain white
138-
space characters.
136+
document are significant, however otherwise ignored source characters may appear
137+
within a lexical token in a significant way, for example a {StringValue} may
138+
contain white space characters and commas.
139139

140140
No characters are ignored while parsing a given token, as an example no
141141
white space characters are permitted between the characters defining a

0 commit comments

Comments
 (0)