Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct &is-prime signature
  • Loading branch information
moritz committed Aug 22, 2015
1 parent 59e885d commit f451b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/Int.pod
Expand Up @@ -38,7 +38,7 @@ Returns the given C<Int> raised to the C<$y> power within modulus C<$mod>.
=head2 routine is-prime
multi sub is-prime (Int:D: Int $tries = 100) returns Bool:D
multi sub is-prime (Int:D $number, Int $tries = 100) returns Bool:D
multi method is-prime (Int:D: Int $tries = 100) returns Bool:D
Returns C<True> if this C<Int> is known to be a prime, or is likely to be a
Expand Down

0 comments on commit f451b09

Please sign in to comment.