aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2016-02-24 00:48:43 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2016-02-24 00:48:43 +0100
commit9fe38c654f6c62a4f11d993bd79c710af9313fbd (patch)
tree7c1aea50fa13a93d631c24555a705dcf3e3308be /doc
parent9ffd96724da09352abe99c8525bbccb6bc34cb48 (diff)
downloadluasocket-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.html3
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.
171in <em>protected</em> mode.
172</p> 171</p>
173 172
174<p class=return> 173<p class=return>