# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44469]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44469 >
This patch fixes grammatical problems and some small typos in docs/optable.pod.
Index: docs/optable.pod
===================================================================
--- docs/optable.pod (revision 20520)
+++ docs/optable.pod (working copy)
@@ -89,7 +89,7 @@
proto OPERATOR_NAME ADVERBIAL_CLAUSES* { ... }
-The C<grammar> statement at the top of is the namespace in which the optable
+The C<grammar> statement at the top is the namespace in which the optable
will be generated. Written in Perl6 style the C<grammar> statement is
translated by PGE into valid Parrot namespace syntax.