Skip to content

Commit 8015be8

Browse files
committed
.polymod is a method, not a routine
1 parent b239cbc commit 8015be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Int.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Returns the given C<Int> raised to the C<$y> power within modulus C<$mod>.
6565
say expmod(4, 2, 5); # 1
6666
say 7.expmod(2, 5); # 4
6767
68-
=head2 routine polymod
68+
=head2 method polymod
6969
7070
Defined as:
7171

0 commit comments

Comments
 (0)