Skip to content

Commit 5991c34

Browse files
committed
remove trailing whitespace
1 parent 4b9944d commit 5991c34

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
@@ -181,7 +181,7 @@ for the specified base.
181181
182182
1337.base(32).parse-base(32).say; # 1337
183183
'Perl6'.parse-base(30).say; # 20652936
184-
'FF.DD'.parse-base(16).say; # 255.863281
184+
'FF.DD'.parse-base(16).say; # 255.863281
185185
186186
See also: L«:16<FF> syntax for number literals|/syntax/Number%20literals»
187187

0 commit comments

Comments
 (0)