Skip to content

Commit a5955cc

Browse files
committed
add newline after Usage:
1 parent 009c4f4 commit a5955cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Type/Str.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Defined as:
2525
multi method chomp(Str:D:) returns Str:D
2626
2727
Usage:
28+
2829
chomp($string);
2930
$string.chomp;
3031
@@ -45,6 +46,7 @@ Defined as:
4546
multi method lc(Str:D:) returns Str:D
4647
4748
Usage:
49+
4850
lc($string);
4951
$string.lc;
5052

0 commit comments

Comments
 (0)