Skip to content

Commit 7edcb48

Browse files
authored
add space
1 parent 89294e7 commit 7edcb48

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
@@ -388,7 +388,7 @@ sub bad-sub {
388388
say "Returned $return";
389389
CATCH {
390390
default {
391-
say "Error ", .^name, ': ',.Str;
391+
say "Error ", .^name, ': ', .Str;
392392
$return = '0';
393393
.resume;
394394
}

0 commit comments

Comments
 (0)