Skip to content

Commit 24bfc7d

Browse files
committed
Fixed a small bug in the doc
1 parent c84bbed commit 24bfc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Int.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Example:
4848
4949
Defined as:
5050
51-
multi sub expmod(Int $y, Int $mod) returns Int:D
51+
multi sub expmod(Int:D $x, Int $y, Int $mod) returns Int:D
5252
multi method expmod(Int:D: Int $y, Int $mod) returns Int:D
5353
5454
Returns the given C<Int> raised to the C<$y> power within modulus C<$mod>.

0 commit comments

Comments
 (0)