Skip to content

Commit b2e2969

Browse files
authored
remove CATCH keyword where all that matters is the block
1 parent 2676b46 commit b2e2969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/exceptions.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ the code> in the enclosing block will never be executed.
144144

145145
Compare with this:
146146

147-
CATCH {
147+
{
148148

149149
CATCH {
150150
default { .Str.say; }

0 commit comments

Comments
 (0)