From 28f0e4a3fb2606879023bf6d20ffd5ff7ad5d57b Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 4 Aug 2004 06:29:41 +0000 Subject: [PATCH] Typo. --- ltn013.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == Introducing the {{protect}} factory == -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: +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: {{{ local function pack(ok, ...) return ok, arg