aboutsummaryrefslogtreecommitdiff
path: root/ltn013.wiki
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-08-04 06:29:41 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-08-04 06:29:41 +0000
commit28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b (patch)
tree0dbf883072d13aac912219dc4b5fe6ac217218aa /ltn013.wiki
parent2bb1bc72273006d1597c8ad59454b9d73630a359 (diff)
downloadluasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.tar.gz
luasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.tar.bz2
luasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.zip
Typo.
Diffstat (limited to '')
-rw-r--r--ltn013.wiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltn013.wiki b/ltn013.wiki
index 60915bc..26b0dda 100644
--- a/ltn013.wiki
+++ b/ltn013.wiki
@@ -70,7 +70,7 @@ Fortunately, all these problems are very easy to solve and that's what we do in
70 70
71== Introducing the {{protect}} factory == 71== Introducing the {{protect}} factory ==
72 72
73We used the {{pcall}} function to shield the user from errors that could be raised by the underlying implementation. Instead of directly using {{pcall}} (and thus duplicating code) every time we prefer to a factory that does the same job: 73We used the {{pcall}} function to shield the user from errors that could be raised by the underlying implementation. Instead of directly using {{pcall}} (and thus duplicating code) every time we prefer a factory that does the same job:
74 {{{ 74 {{{
75local function pack(ok, ...) 75local function pack(ok, ...)
76 return ok, arg 76 return ok, arg