Skip to content

Commit 3e69963

Browse files
committed
Fix typo
1 parent 91226c1 commit 3e69963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/exceptions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Output:
102102
in block <unit> at exception.p6 line 21
103103
104104
A C<try>-block is a normal block and as such treats it's last statement as the
105-
return value of itself. We can therefor use it as a RHS.
105+
return value of itself. We can therefore use it as a RHS.
106106
107107
say try { +"99999" } // "oh no"
108108
say try { +"hello" } // "oh no"

0 commit comments

Comments
 (0)