Skip to content

Commit cbae565

Browse files
committed
Fix typo; Fixes #1321
1 parent dc50211 commit cbae565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Defined as:
140140
method lines(IO::Handle:D: $limit = Inf, :$close --> Seq:D)
141141
142142
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
143+
chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
144144
handle's L«C<.chomp>|/type/IO::Handle#method_new» attribute is set to C<True>,
145145
then characters specified by L«C<.nl-in>|/type/IO::Handle#method_nl-in» will be
146146
stripped from each line.

0 commit comments

Comments
 (0)