Author: larry
Date: Thu Feb 1 13:38:41 2007
New Revision: 13561
Modified:
doc/trunk/design/syn/S03.pod
Log:
typos from [particle]++ and /me
Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod (original)
+++ doc/trunk/design/syn/S03.pod Thu Feb 1 13:38:41 2007
@@ -475,7 +475,7 @@
as the numerator is positive, zero, or negative. (This is construed
as the best default in light of the operator's possible use within
hyperoperators and junctions. If you want it to throw an exception
-on an individual scalar division, you can alwyas check the denominator
+on an individual scalar division, you can always check the denominator
yourself.)
=item *
@@ -754,7 +754,7 @@
== != < <= > >=
-As in Perl 5, converts to N>um before comparison. C<!=> is short for C<!==>.
+As in Perl 5, converts to C<Num> before comparison. C<!=> is short for C<!==>.
=item *