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 dc50211 commit cbae565Copy full SHA for cbae565
doc/Type/IO/Handle.pod6
@@ -140,7 +140,7 @@ Defined as:
140
method lines(IO::Handle:D: $limit = Inf, :$close --> Seq:D)
141
142
Return a L<Seq> each element of which is a line from the handle (that is
143
-chunks deliniated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
+chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
144
handle's L«C<.chomp>|/type/IO::Handle#method_new» attribute is set to C<True>,
145
then characters specified by L«C<.nl-in>|/type/IO::Handle#method_nl-in» will be
146
stripped from each line.
0 commit comments