We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2daa96 commit 529383fCopy full SHA for 529383f
doc/Type/Str.pod6
@@ -556,7 +556,7 @@ non-C<Infinity> value:
556
557
say <not there yet>.join("\n").lines( 2 ); # OUTPUT: «(not there)»
558
559
-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
560
to return the total number of lines:
561
562
say <not there yet>.join("\n").lines( :count ); # OUTPUT: «3»
0 commit comments