Skip to content

Commit cb96f14

Browse files
authored
reword sentence on return value of try block
1 parent fee451b commit cb96f14

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
@@ -255,8 +255,8 @@ 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
259-
as the return value of itself. We can therefore use it as a right-hand
258+
A C<try> block is a normal block and as such, uses its last statement
259+
as its return value. We can therefore use it as a right-hand
260260
side.
261261

262262
=begin code

0 commit comments

Comments
 (0)