diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-08-04 06:29:41 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-08-04 06:29:41 +0000 |
commit | 28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b (patch) | |
tree | 0dbf883072d13aac912219dc4b5fe6ac217218aa /ltn013.wiki | |
parent | 2bb1bc72273006d1597c8ad59454b9d73630a359 (diff) | |
download | luasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.tar.gz luasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.tar.bz2 luasocket-28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b.zip |
Typo.
Diffstat (limited to '')
-rw-r--r-- | ltn013.wiki | 2 |
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 | ||
73 | We 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: | 73 | We 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 | {{{ |
75 | local function pack(ok, ...) | 75 | local function pack(ok, ...) |
76 | return ok, arg | 76 | return ok, arg |