Front page | perl.perl6.language |
Postings from April 2010
r30486 - docs/Perl6/Spec
From:
pugs-commits
Date:
April 27, 2010 10:41
Subject:
r30486 - docs/Perl6/Spec
Message ID:
20100427174130.7526.qmail@feather.perl6.nl
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.)
-
r30486 - docs/Perl6/Spec
by pugs-commits