Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.Range isn't an Operator
Missed the additional =head1 in there.
  • Loading branch information
rafaelschipiura committed May 6, 2019
1 parent 09ebe6f commit 5a10f56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Type/Int.pod6
Expand Up @@ -212,6 +212,10 @@ number, or L<NaN|/type/Num#NaN> if it does not represent a number.
say ord("¾").unival; # OUTPUT: «0.75␤»
say 190.unival; # OUTPUT: «0.75␤»
say unival(65); # OUTPUT: «NaN␤»
=head2 method Range
Returns a L<Range object|/type/Range> that represents the range of values they support.
=head1 Operators
Expand All @@ -221,10 +225,6 @@ number, or L<NaN|/type/Num#NaN> if it does not represent a number.
Does an integer division, rounded down.
=head2 method Range
Returns a L<Range object|/type/Range> that represents the range of values they support.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 5a10f56

Please sign in to comment.