File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ names in the current package. Some even have medium names, generally
76
76
borrowed from B<awk>. For more info, please see L<English>.
77
77
78
78
Before you continue, note the sort order for variables. In general, we
79
- first list the variables in case-insensitive, almost-lexigraphical
79
+ first list the variables in case-insensitive, almost-lexicographical
80
80
order (ignoring the C<{> or C<^> preceding words, as in C<${^UNICODE}>
81
81
or C<$^T>), although C<$_> and C<@_> move up to the top of the pile.
82
82
For variables with the same identifier, we list it in order of scalar,
@@ -1016,7 +1016,7 @@ Consider the following code:
1016
1016
Notice that each successful match in the exact same scope overrides the
1017
1017
match context of the previous successful match, but that unsuccessful
1018
1018
matches do not. Also note that in an inner nested scope the previous
1019
- state from an outer dynamic scope persists until it has been overriden
1019
+ state from an outer dynamic scope persists until it has been overridden
1020
1020
by another successful match, but that when the inner nested scope exits
1021
1021
whatever match context was in effect before the inner successful match
1022
1022
is restored when the scope concludes.
You can’t perform that action at this time.
0 commit comments