1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fix typo in pod doc
Author: dod
Applied-Upstream: yes
--- a/lib/Array/IntSpan.pm
b/lib/Array/IntSpan.pm
@@ -636,7 636,7 @@
=head2 set_range_as_string ( index, string [, code ref] )
-Set one one several ranges specifed with a string. Ranges are separated by "-".
Set one one several ranges specified with a string. Ranges are separated by "-".
Several ranges can be specified with commas.
Example:
|