Skip to content

Commit 1a6b427

Browse files
committed
Make it sound better after the previous paragraph
1 parent f9eb8ef commit 1a6b427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/traps.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,9 @@ programmatically generated output, and
804804
L«C<Str.lines>|/type/Str#method_lines» when working with user-written
805805
texts.
806806
807-
Use C<$data.split(“\n”)> in all cases where the original L<IO::Handle>
808-
is not available.
807+
Use C<$data.split(“\n”)> in cases where you need the behavior of
808+
L«C<IO::Handle.lines>|/type/IO::Handle#method_lines» but the original
809+
L<IO::Handle> is not available.
809810
810811
=comment RT #131923
811812

0 commit comments

Comments
 (0)