Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogamiz committed Mar 2, 2019
1 parent bea40ba commit 2bee5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Int.pod6
Expand Up @@ -82,7 +82,7 @@ can accept non-C<Int> arguments, which will be coerced to C<Int>.
say 7.expmod(2, 5); # OUTPUT: «4␤»
C<$y> argument can also be negative, in wich case, the result is
equivalent to C< ($x ** $y) mod $mod.
equivalent to C<($x ** $y)> mod $mod.
say 7.expmod(-2, 5); # OUTPUT: «4␤»
Expand Down

0 comments on commit 2bee5b7

Please sign in to comment.