Author: util
Date: Fri Jan 9 13:40:49 2009
New Revision: 35321
Modified:
trunk/docs/pct/pct_optable_guide.pod
Log:
[docs] Typo - s/ precendence / precedence / in pct_optable_guide.pod
Modified: trunk/docs/pct/pct_optable_guide.pod
==============================================================================
--- trunk/docs/pct/pct_optable_guide.pod (original)
+++ trunk/docs/pct/pct_optable_guide.pod Fri Jan 9 13:40:49 2009
@@ -52,7 +52,7 @@
2
This may not seem very big, but remember it's only for C<1 + 2>!
-Also note that you have to add at least one rule per precendence level,
+Also note that you have to add at least one rule per precedence level,
so the rules for parsing simple statements can increase the size of
your grammar dramatically.