We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bb00da + 118aa08 commit a463da2Copy full SHA for a463da2
doc/Type/Str.pod6
@@ -363,7 +363,7 @@ Returns C<False> if the string is empty, C<True> otherwise.
363
Performs the reverse of L«C<base>|/routine/base» by converting a string
364
with a base-C<$radix> number to its L«C<Numeric>|/type/Numeric»
365
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
+or if the string being parsed contains characters that are not valid
367
for the specified base.
368
369
1337.base(32).parse-base(32).say; # OUTPUT: «1337»
0 commit comments