From 88506c22612088c377fddd0472e13c9d2f84a68a Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 8 Oct 2015 07:24:00 +0200 Subject: [PATCH] reference: fix typos --- src/doc/grammar.md | 2 +- src/doc/reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/grammar.md b/src/doc/grammar.md index 7bfe8b62e8a..0fd3070d3bd 100644 --- a/src/doc/grammar.md +++ b/src/doc/grammar.md @@ -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 diff --git a/src/doc/reference.md b/src/doc/reference.md index db3f4b064b1..d8dc195dcaf 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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