Author: colomon
Date: 2010-04-27 19:41:29 +0200 (Tue, 27 Apr 2010)
New Revision: 30486

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[Spec] .bound should have been .bounds.

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-04-27 16:49:04 UTC (rev 30485)
+++ docs/Perl6/Spec/S03-operators.pod   2010-04-27 17:41:29 UTC (rev 30486)
@@ -3317,7 +3317,7 @@
 routine can usually auto-generate the range for you.
 
 Range objects support C<.min> and C<.max> methods representing
-their left and right arguments.  The C<.bound> method returns both
+their left and right arguments.  The C<.bounds> method returns both
 values as a two-element list representing the interval.  Ranges are
 not autoreversing: C<2..1> is always a null range.  (The series
 operator C<...> can autoreverse, however.  See below.)

Reply via email to