File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
8888characters that could replace {Name} provided that the same sequence of
8989characters could not replace {SevenCarlinWords}.
9090
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
9292by "or".
9393
9494For example:
@@ -171,7 +171,7 @@ sequence which appears in a string literal:
171171
172172EscapedUnicode :: u /[ 0-9A-Fa-f] {4}/
173173
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.
175175 * The string value is the unicode character represented by {codePoint}.
176176
177177
You can’t perform that action at this time.
0 commit comments