Skip to content

Commit

Permalink
Bring the spec of Range in sync with the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 27, 2013
1 parent 41296cb commit bdec1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S32-setting-library/Containers.pod
Expand Up @@ -1036,11 +1036,11 @@ KeyBag, Pair, and PairMap.
=head2 Range

class Range does Positional does Iterable {
method from() {...}
method to() {...}
method min() {...}
method max() {...}
method List minmax() {...}
method List bounds() {...}
method excludes_min {...}
method excludes_max {...}
}

=head2 Buf
Expand Down

0 comments on commit bdec1f7

Please sign in to comment.