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 @@ -1774,7 +1774,7 @@ <h5> 2.5.3 Exception Handlers </h5>
17741774< ul >
17751775< li > Locates the most recently caught exception
17761776 and decrements its handler count.
1777- < li > Removes the exception from the caughtÓexception stack,
1777+ < li > Removes the exception from the caught-exception stack,
17781778 if the handler count goes to zero.
17791779< li > Destroys the exception if the handler count goes to zero,
17801780 and the exception was not re-thrown by < code > throw</ code > .
@@ -2220,7 +2220,7 @@ <h6> 3.5.1.2 Generated Catch Code </h6>
22202220
22212221 // In "Exception" area;
22222222 L1: // Landing Pad label
2223- [Back-end generated ÒcompensationÓ code]
2223+ [Back-end generated "compensation" code]
22242224 goto C1;
22252225
22262226 C1: // Cleanup label
You can’t perform that action at this time.
0 commit comments