Skip to content

Commit 0f1657e

Browse files
committed
Fix typo in Appednix A
1 parent cb7ddd7 commit 0f1657e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Appendix A -- Notation Conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ means that the nonterminal {SafeName} may be replaced by any sequence of
8888
characters that could replace {Name} provided that the same sequence of
8989
characters 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
9292
by "or".
9393

9494
For example:
@@ -171,7 +171,7 @@ sequence which appears in a string literal:
171171

172172
EscapedUnicode :: 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

0 commit comments

Comments
 (0)