diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-01 04:39:32 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-01 04:39:32 -0600 |
commit | 67b952c248108733493867499d080a28d26a131b (patch) | |
tree | bda93823edca58df47d47f01a765a0e3cf1e96b4 | |
parent | 810dcd183e589e1a6763f79f4a430c3e0d3c7130 (diff) | |
download | spec-67b952c248108733493867499d080a28d26a131b.tar.gz spec-67b952c248108733493867499d080a28d26a131b.zip |
consistent singular/plural
-rw-r--r-- | syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ The following sequences of characters form *punctuators*: A nonempty sequence of characters is considered to be *whitespace* if each character in it has a Unicode class of either Space Separator or Control Other. -## Comment +## Comments A *comment* can be either a *line comment* or a *block comment*. |