diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of index 164e359a..5d0c35cf 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -1630,7 +1630,6 @@ they are closed in the reverse order that they were declared. | |||
1630 | If there is any error while running a closing method, | 1630 | If there is any error while running a closing method, |
1631 | that error is handled like an error in the regular code | 1631 | that error is handled like an error in the regular code |
1632 | where the variable was defined. | 1632 | where the variable was defined. |
1633 | However, Lua may call the method one more time. | ||
1634 | 1633 | ||
1635 | After an error, | 1634 | After an error, |
1636 | the other pending closing methods will still be called. | 1635 | the other pending closing methods will still be called. |