Skip to content

Commit 5a2dedc

Browse files
authored
Update exceptions.pod6
Fixed small typo.
1 parent 003da56 commit 5a2dedc

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)