Skip to content

Commit fee451b

Browse files
authored
fix sentence beginning & dash
1 parent b2e2969 commit fee451b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/exceptions.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Which would output:
246246
in block <unit> at exception.raku line 21
247247
=end code
248248

249-
Since the C<CATCH> block is handling just the L<C<X::AdHoc>|/type/X::AdHoc> exception
249+
This is because the C<CATCH> block is handling just the L<C<X::AdHoc>|/type/X::AdHoc> exception
250250
thrown by the C<die> statement, but not the C<E> exception. In the
251251
absence of a C<CATCH> block, all exceptions will be contained and
252252
dropped, as indicated above. C<resume> will resume execution right after
@@ -255,7 +255,7 @@ Please consult the section on
255255
L<resuming of exceptions|/language/exceptions#Resuming_of_exceptions>
256256
for more information on this.
257257

258-
A C<try>-block is a normal block and as such treats its last statement
258+
A C<try> block is a normal block and as such treats its last statement
259259
as the return value of itself. We can therefore use it as a right-hand
260260
side.
261261

0 commit comments

Comments
 (0)