Skip to content

Commit 4a4c9e3

Browse files
committed
s/upper/outer/
1 parent 36648dc commit 4a4c9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/exceptions.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Compare with this one:
103103
104104
}
105105
106-
say "Hi! I am at the upper block!";
106+
say "Hi! I am at the outer block!";
107107
108108
Output:
109109
110-
Hi! I am at the upper block!
110+
Hi! I am at the outer block!
111111
112112
See also "Resuming of Exceptions" to know who to return control to the statement following the statement that threw the exception.
113113

0 commit comments

Comments
 (0)