spelling: bodies

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:39:38 -04:00
committed by Jindra Petřík
parent a2e2edd4a6
commit be22beeeeb
2 changed files with 2 additions and 2 deletions

View File

@@ -1661,7 +1661,7 @@ Major version of SWF to XML export changed to 2.
### Fixed
- AS3 break loop in catch clause
- AS3 inner functions scope (setslot/getslot)
- AS3 p-code traits of bodys of inner methods
- AS3 p-code traits of bodies of inner methods
- AS3 getslot/setslot, getglobalscope instruction
## [13.0.0] - 2021-02-08

View File

@@ -52,7 +52,7 @@ digraph try_finally_flex {
/*
All ways go through finally clause. There is also lookupswitch which uses value on stack..
Value -1 is pushed on stack after in_try and after catch bodys.
Value -1 is pushed on stack after in_try and after catch bodies.
For every return/continue, there is also specific value pushed to stack.
Lookupswitch then decides what will happen.
*/