Skip to content

Commit 787da70

Browse files
committed
Merge pull request #77 from enaqx/typo-fix-appendix-a
Fix typo in Appendix A
2 parents 6f86459 + 0f1657e commit 787da70

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)