Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Nov 14, 2016
1 parent 4b9944d commit 5991c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -181,7 +181,7 @@ for the specified base.
1337.base(32).parse-base(32).say; # 1337
'Perl6'.parse-base(30).say; # 20652936
'FF.DD'.parse-base(16).say; # 255.863281
'FF.DD'.parse-base(16).say; # 255.863281
See also: L«:16<FF> syntax for number literals|/syntax/Number%20literals»
Expand Down

0 comments on commit 5991c34

Please sign in to comment.