diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of index 8c71c613..bb6ae884 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -1556,7 +1556,7 @@ However, Lua may call the method one more time. | |||
1556 | After an error, | 1556 | After an error, |
1557 | the other pending closing methods will still be called. | 1557 | the other pending closing methods will still be called. |
1558 | Errors in these methods | 1558 | Errors in these methods |
1559 | interrupt the respective method, | 1559 | interrupt the respective method and generate a warning, |
1560 | but are otherwise ignored; | 1560 | but are otherwise ignored; |
1561 | the error reported is only the original one. | 1561 | the error reported is only the original one. |
1562 | 1562 | ||