Skip to content

Commit

Permalink
Clarifies deprecation :count refs #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 1, 2019
1 parent c2daa96 commit 529383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -556,7 +556,7 @@ non-C<Infinity> value:
say <not there yet>.join("\n").lines( 2 ); # OUTPUT: «(not there)␤»
B«DEPRECATED as of C<6.d> language», the C<:count> argument can be used
B«DEPRECATED as of C<6.d> language», the C<:count> argument was used
to return the total number of lines:
say <not there yet>.join("\n").lines( :count ); # OUTPUT: «3␤»
Expand Down

0 comments on commit 529383f

Please sign in to comment.