Skip to content

Commit a10f742

Browse files
authored
Merge pull request #1918 from dariusantia/patch-1
Update exceptions.pod6
2 parents 003da56 + 5a2dedc commit a10f742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/exceptions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ rethrown.
125125
class E is Exception { method message() { "Just stop already!" } }
126126
127127
try {
128-
E.throw.new; # this will be local
128+
E.new.throw; # this will be local
129129
130130
say "This won't be said.";
131131
}

0 commit comments

Comments
 (0)