Author: pmichaud Date: Fri Jun 20 19:56:43 2008 New Revision: 14553 Modified: doc/trunk/design/syn/S03.pod
Log: typo fixes by diakopter++ Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Fri Jun 20 19:56:43 2008 @@ -171,7 +171,7 @@ { ... } -When found where a statement is expected, executes immediately. Othewise +When found where a statement is expected, executes immediately. Otherwise always defers evaluation of the inside scope. =item * @@ -217,7 +217,7 @@ Transliterations - tr/a..z/A..Z/; + tr/a..z/A..Z/ Note ranges use C<..> rather than C<->.