Author: autrijus
Date: Thu Apr  6 01:29:34 2006
New Revision: 8594

Modified:
   doc/trunk/design/syn/S03.pod

Log:
* More grammar nits, from Daniel Hulme

Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Thu Apr  6 01:29:34 2006
@@ -219,10 +219,10 @@
 
 If fewer than two arguments are given, one MMD attempt is made to
 dispatch to the operator anyway with whatever arguments are given.
-If this MMD dispatch succeeds, the result becomes the result of the
-of the reduce.
+If this multi-dispatch succeeds, the result becomes the result of the
+reduce.
 
-Otherwise, if the MMD dispatch fails, then if there is one argument,
+Otherwise, if the dispatch fails, then if there is one argument,
 that argument is returned.  However, this default doesn't make sense
 for an operator like C<< < >> that doesn't return the same type as it
 takes, so these kinds of operators overload the single-argument case

Reply via email to