aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-09-27 08:28:51 +0200
committerHans Bolinder <[email protected]>2011-09-27 08:28:51 +0200
commitadeb8abaca990e6084ee101656832e115579a8ba (patch)
tree5723f86c92bec81a3289d17bd6afc5e07cabb302 /lib/parsetools
parent289dfe970d3dab5fcc11492a0b20283f352a2fd0 (diff)
parentee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (diff)
downloadotp-adeb8abaca990e6084ee101656832e115579a8ba.tar.gz
otp-adeb8abaca990e6084ee101656832e115579a8ba.tar.bz2
otp-adeb8abaca990e6084ee101656832e115579a8ba.zip
Merge branch 'hb/doc_corrections/OTP-9550' into dev
* hb/doc_corrections/OTP-9550: Correct XML files
Diffstat (limited to 'lib/parsetools')
-rw-r--r--lib/parsetools/doc/src/yecc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parsetools/doc/src/yecc.xml b/lib/parsetools/doc/src/yecc.xml
index 1d2a985d7d..66bc6f4795 100644
--- a/lib/parsetools/doc/src/yecc.xml
+++ b/lib/parsetools/doc/src/yecc.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2009</year>
+ <year>1996</year><year>2011</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -336,7 +336,7 @@ element -> list : '$1'. </code>
<code type="none">
{cons, {atom, 1, a,} {cons, {atom, 1, b},
{cons, {atom, 1, c}, nil}}} </code>
- <p>The associated code contains <c>pseudo variables</c><c>'$1'</c>, <c>'$2'</c>, <c>'$3'</c>, etc. which refer to (are
+ <p>The associated code contains <c>pseudo variables</c> <c>'$1'</c>, <c>'$2'</c>, <c>'$3'</c>, etc. which refer to (are
bound to) the values associated previously by the parser with
the symbols of the right hand side of the rule. When these
symbols are terminal categories, the values are token tuples of