File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ means that the nonterminal {SafeName} may be replaced by any sequence of
88
88
characters that could replace {Name} provided that the same sequence of
89
89
characters could not replace {SevenCarlinWords}.
90
90
91
- A grammar may also list a number of restrictions after "but not" seperated
91
+ A grammar may also list a number of restrictions after "but not" separated
92
92
by "or".
93
93
94
94
For example:
@@ -171,7 +171,7 @@ sequence which appears in a string literal:
171
171
172
172
EscapedUnicode :: u /[ 0-9A-Fa-f] {4}/
173
173
174
- * Let {codePoint} be the number represented by the four-digit hexidecimal sequence.
174
+ * Let {codePoint} be the number represented by the four-digit hexadecimal sequence.
175
175
* The string value is the unicode character represented by {codePoint}.
176
176
177
177
You can’t perform that action at this time.
0 commit comments