Author: pmichaud
Date: 2009-06-12 18:30:25 +0200 (Fri, 12 Jun 2009)
New Revision: 27061
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[spec]: Correct typo: "fullwith" --> "fullwidth"
Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod 2009-06-12 16:29:50 UTC (rev 27060)
+++ docs/Perl6/Spec/S03-operators.pod 2009-06-12 16:30:25 UTC (rev 27061)
@@ -490,7 +490,7 @@
⁰..⁹ # superscripts (note, cycle includes latin-1 chars)
₀..₉ # subscripts
- 0..9 # fullwith digits
+ 0..9 # fullwidth digits
Conjecturally, any common sequence may be treated as a cycle even if it does
not represent 0..9: