Skip to content

Commit eea7e8d

Browse files
committed
Rephrase sentence in the try blocks section
1 parent f84f624 commit eea7e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/exceptions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ A C<try> block is a normal block with the
127127
L<C<use fatal> pragma|/language/pragmas#index-entry-fatal-fatal>
128128
turned on and an implicit C<CATCH> block that drops the exception, which
129129
means you can use it to contain them. If the exception is caught, then it's
130-
stored inside the C<$!> variable whose value is of the C<Exception> type.
130+
stored inside the C<$!> variable which holds a value of type C<Exception>.
131131
132132
=begin code
133133
{

0 commit comments

Comments
 (0)