Skip to content

Commit 5c7fd3b

Browse files
author
Jan-Olof Hendig
committed
Removed trailing ws
Closes #1372
1 parent a3539d0 commit 5c7fd3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ See L«C<IO::Handle.close>|/type/IO::Handle#routine_close» for details.
493493
494494
The same rules apply to L<IO::Handle's|/type/IO::Handle> subclass
495495
L<IO::Pipe>, which is what you operate on when reading from a L<Proc> you get
496-
with routines L<run> and L<shell>.
496+
with routines L<run> and L<shell>.
497497
498498
The caveat applies to L<IO::CatHandle> type as well, though not as severely.
499499
See L«C<IO::CatHandle.close>|/type/IO::CatHandle#method_close» for details.

doc/Type/Failure.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ filter out Failures:
7676
7777
my $num3 = '42'.Int.self;
7878
# Int type has a .self method, so here $num3 has `42` in it
79-
79+
8080
(my $stuff = '♥'.Int).so;
8181
say $stuff.self; # OUTPUT: «(HANDLED) Cannot convert string to number…»
8282
# Here, Failure is handled, so .self just returns it as is

0 commit comments

Comments
 (0)