Skip to content

Commit

Permalink
Update Str.pod6
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
threadless-screw committed Sep 16, 2018
1 parent 534ff36 commit 118aa08
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 118aa08

Please sign in to comment.