Skip to content

Commit

Permalink
Add missing punctuation in spec.md (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Miłosz Piekutowski <[email protected]>
  • Loading branch information
mpiekutowski and mpiekutowski authored Nov 2, 2023
1 parent 5704ba4 commit 83dd277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ Comments are treated like other white space.
characters are tokens:

```text
+ - * // % **
+ - * / // % **
~ & | ^ << >>
. , = ; :
( ) [ ] { }
< > >= <= == !=
+= -= *= //= %=
+= -= *= /= //= %=
&= |= ^= <<= >>=
```

Expand Down

0 comments on commit 83dd277

Please sign in to comment.