Skip to content

Commit

Permalink
reference: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Oct 8, 2015
1 parent 5180a7c commit 88506c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/grammar.md
Expand Up @@ -258,7 +258,7 @@ symbol : "::" | "->"
| ',' | ';' ;
```

Symbols are a general class of printable [token](#tokens) that play structural
Symbols are a general class of printable [tokens](#tokens) that play structural
roles in a variety of grammar productions. They are catalogued here for
completeness as the set of remaining miscellaneous printable tokens that do not
otherwise appear as [unary operators](#unary-operator-expressions), [binary
Expand Down
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -415,7 +415,7 @@ The two values of the boolean type are written `true` and `false`.

### Symbols

Symbols are a general class of printable [token](#tokens) that play structural
Symbols are a general class of printable [tokens](#tokens) that play structural
roles in a variety of grammar productions. They are catalogued here for
completeness as the set of remaining miscellaneous printable tokens that do not
otherwise appear as [unary operators](#unary-operator-expressions), [binary
Expand Down

0 comments on commit 88506c2

Please sign in to comment.