Skip to content

Commit 63e5b13

Browse files
committed
I really need a space there.
1 parent 82f8d56 commit 63e5b13

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
@@ -113,7 +113,7 @@ the method is called on a non-C<Int> number.
113113
say ⅔.polymod(⅓); # OUTPUT: «(0 2)␤»
114114
say 5.Rat.polymod(.3, .2); # OUTPUT: «(0.2 0 80)␤»
115115
116-
my @digits-in-base37 = 9123607.polymod(37 xx *); #Base conversion
116+
my @digits-in-base37 = 9123607.polymod(37 xx *); # Base conversion
117117
say @digits-in-base37.reverse # OUTPUT: «[4 32 4 15 36]␤»
118118
119119

0 commit comments

Comments
 (0)