Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2312 from threadless-screw/threadless-screw-patch-1
Update Str.pod6
  • Loading branch information
JJ committed Sep 16, 2018
2 parents 1bb00da + 118aa08 commit a463da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -363,7 +363,7 @@ Returns C<False> if the string is empty, C<True> otherwise.
Performs the reverse of L«C<base>|/routine/base» by converting a string
with a base-C<$radix> number to its L«C<Numeric>|/type/Numeric»
equivalent. Will L«C<fail>|/routine/fail» if radix is not in range C<2..36>
or of the string being parsed contains characters that are not valid
or if the string being parsed contains characters that are not valid
for the specified base.
1337.base(32).parse-base(32).say; # OUTPUT: «1337␤»
Expand Down

0 comments on commit a463da2

Please sign in to comment.