Skip to content

Commit 529383f

Browse files
committed
Clarifies deprecation :count refs #2632
1 parent c2daa96 commit 529383f

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
@@ -556,7 +556,7 @@ non-C<Infinity> value:
556556
557557
say <not there yet>.join("\n").lines( 2 ); # OUTPUT: «(not there)␤»
558558
559-
B«DEPRECATED as of C<6.d> language», the C<:count> argument can be used
559+
B«DEPRECATED as of C<6.d> language», the C<:count> argument was used
560560
to return the total number of lines:
561561
562562
say <not there yet>.join("\n").lines( :count ); # OUTPUT: «3␤»

0 commit comments

Comments
 (0)