Skip to content

Commit b2e42e8

Browse files
committed
whitespace fix
1 parent 93bd2c6 commit b2e42e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

spec/Appendix B -- Grammar Summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Token ::
4444
- StringValue
4545

4646
Punctuator ::
47-
- DotPunctuator
48-
- OtherPunctuator
47+
- DotPunctuator
48+
- OtherPunctuator
4949

5050
DotPunctuator :: `.` [lookahead != {`.`, Digit}]
5151

spec/Section 3 -- Type System.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ Schema extensions have the potential to be invalid if incorrectly defined.
282282
2. Any non-repeatable directives provided must not already apply to the original
283283
Schema.
284284

285-
286285
## Types
287286

288287
TypeDefinition :

0 commit comments

Comments
 (0)