Skip to content

Commit a463da2

Browse files
authored
Merge pull request #2312 from threadless-screw/threadless-screw-patch-1
Update Str.pod6
2 parents 1bb00da + 118aa08 commit a463da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Returns C<False> if the string is empty, C<True> otherwise.
363363
Performs the reverse of L«C<base>|/routine/base» by converting a string
364364
with a base-C<$radix> number to its L«C<Numeric>|/type/Numeric»
365365
equivalent. Will L«C<fail>|/routine/fail» if radix is not in range C<2..36>
366-
or of the string being parsed contains characters that are not valid
366+
or if the string being parsed contains characters that are not valid
367367
for the specified base.
368368
369369
1337.base(32).parse-base(32).say; # OUTPUT: «1337␤»

0 commit comments

Comments
 (0)