diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-14 16:18:49 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-14 16:18:49 -0600 |
commit | 991911675b6265161a37d6257f893090370805f3 (patch) | |
tree | e13b68c7a3a146062ff5acc9f20e5ccbc2d423e3 | |
parent | ac7b8c3a7e2091040ab3eee01f85981b917f9dec (diff) | |
download | spec-991911675b6265161a37d6257f893090370805f3.tar.gz spec-991911675b6265161a37d6257f893090370805f3.zip |
comma is a punctuator
-rw-r--r-- | syntax.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ The following sequences of characters form *punctuators*: - `{` - `}` - `.` +- `,` - `+` - `-` - `*` |