summaryrefslogtreecommitdiff
path: root/lib/racc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 15:34:25 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 15:34:25 +0000
commite44d4124be8f3a87e70ba8e3c1427762cb5aa652 (patch)
tree98934dec1b5013a49453ca371f30dc95f4abf270 /lib/racc
parent1ce82d510c60134cc8e2c53b41d15e19beeeced0 (diff)
* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada
[Bug #9077] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/racc')
-rw-r--r--lib/racc/rdoc/grammar.en.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/rdoc/grammar.en.rdoc b/lib/racc/rdoc/grammar.en.rdoc
index d7b9df0114..b667a7cb5e 100644
--- a/lib/racc/rdoc/grammar.en.rdoc
+++ b/lib/racc/rdoc/grammar.en.rdoc
@@ -95,7 +95,7 @@ An array of value of right-hand side (rhs).
A stack of values.
DO NOT MODIFY this stack unless you know what you are doing.
-== Operator Precedance
+== Operator Precedence
This function is equal to '%prec' in yacc.
To designate this block: