Skip to content

Commit 4dfc340

Browse files
committed
Spelling.
1 parent 14d90c1 commit 4dfc340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Type/Int.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ can accept non-C<Int> arguments, which will be coerced to C<Int>.
8181
say expmod(4, 2, 5); # OUTPUT: «1␤»
8282
say 7.expmod(2, 5); # OUTPUT: «4␤»
8383
84-
C<$y> argument can also be negative, in wich case, the result is
84+
C<$y> argument can also be negative, in which case, the result is
8585
equivalent to C<($x ** $y)> mod $mod.
8686
8787
say 7.expmod(-2, 5); # OUTPUT: «4␤»

xt/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ apoint
7272
apperling
7373
aq
7474
aref
75+
argfiles
7576
assixt
7677
astringandanint
7778
atf

0 commit comments

Comments
 (0)