[svn:parrot] r37127 - trunk/docs/book

Util at svn.parrot.org Util at svn.parrot.org
Thu Mar 5 16:49:42 UTC 2009


Author: Util
Date: Thu Mar  5 16:49:42 2009
New Revision: 37127
URL: https://trac.parrot.org/parrot/changeset/37127

Log:
[book] Correction - Property "pasttyle" is really "pasttype"

Modified:
   trunk/docs/book/ch09_pct.pod

Modified: trunk/docs/book/ch09_pct.pod
==============================================================================
--- trunk/docs/book/ch09_pct.pod	Thu Mar  5 16:03:20 2009	(r37126)
+++ trunk/docs/book/ch09_pct.pod	Thu Mar  5 16:49:42 2009	(r37127)
@@ -504,7 +504,7 @@
  is assoc('right')    # Right associative. May also be "left" or "list"
  is pirop('add')      # Operands are passed to the PIR operator "and"
  is subname('mySub')  # Operands are passed to the function "mySub"
- is pasttyle('if')    # Operands are passed as children to an "if" PAST node in
+ is pasttype('if')    # Operands are passed as children to an "if" PAST node in
                       # the parse tree
  is parsed(&myRule)   # The token is parsed and identified using the rule
                       # "myRule" from the top-down parser


More information about the parrot-commits mailing list