Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename excludes_{min,max} methods to use dash
  • Loading branch information
moritz committed Jan 1, 2015
1 parent 7e51211 commit 77ab13c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Type/Range.pod
Expand Up @@ -48,9 +48,9 @@ increment-by-1.
Returns the start point of the range.
=head2 method excludes_min
=head2 method excludes-min
method excludes_min(Range:D:) returns Bool:D
method excludes-min(Range:D:) returns Bool:D
Returns C<True> if the start point is excluded from the range, and C<False>
otherwise.
Expand All @@ -61,9 +61,9 @@ otherwise.
Returns the end point of the range.
=head2 method excludes_max
=head2 method excludes-max
method excludes_max(Range:D:) returns Bool:D
method excludes-max(Range:D:) returns Bool:D
Returns C<True> if the end point is excluded from the range, and C<False>
otherwise.
Expand Down

0 comments on commit 77ab13c

Please sign in to comment.