Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
aligned sub form with method form expmod
  • Loading branch information
grizzlysmit committed Oct 5, 2016
1 parent c2a94c5 commit 5418b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Int.pod6
Expand Up @@ -49,7 +49,7 @@ Example:
Defined as:
multi sub expmod(Int:D $x, Int $y, Int $mod) returns Int:D
multi method expmod(Int:D: Int $y, Int $mod) returns Int:D
multi method expmod(Int:D: Int $y, Int $mod) returns Int:D
Returns the given C<Int> raised to the C<$y> power within modulus C<$mod>.
Expand Down

0 comments on commit 5418b0a

Please sign in to comment.