aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of2
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.
1556After an error, 1556After an error,
1557the other pending closing methods will still be called. 1557the other pending closing methods will still be called.
1558Errors in these methods 1558Errors in these methods
1559interrupt the respective method, 1559interrupt the respective method and generate a warning,
1560but are otherwise ignored; 1560but are otherwise ignored;
1561the error reported is only the original one. 1561the error reported is only the original one.
1562 1562