diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2016-02-24 00:48:43 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2016-02-24 00:48:43 +0100 |
commit | 9fe38c654f6c62a4f11d993bd79c710af9313fbd (patch) | |
tree | 7c1aea50fa13a93d631c24555a705dcf3e3308be /doc | |
parent | 9ffd96724da09352abe99c8525bbccb6bc34cb48 (diff) | |
download | luasocket-9fe38c654f6c62a4f11d993bd79c710af9313fbd.tar.gz luasocket-9fe38c654f6c62a4f11d993bd79c710af9313fbd.tar.bz2 luasocket-9fe38c654f6c62a4f11d993bd79c710af9313fbd.zip |
Don't swallow errors in finalizers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/socket.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/socket.html b/doc/socket.html index a43a208..08ef784 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -167,8 +167,7 @@ is raised. | |||
167 | 167 | ||
168 | <p class=parameters> | 168 | <p class=parameters> |
169 | <tt>Finalizer</tt> is a function that will be called before | 169 | <tt>Finalizer</tt> is a function that will be called before |
170 | <tt>try</tt> throws the exception. It will be called | 170 | <tt>try</tt> throws the exception. |
171 | in <em>protected</em> mode. | ||
172 | </p> | 171 | </p> |
173 | 172 | ||
174 | <p class=return> | 173 | <p class=return> |