From 0cb41b54867d983c41d470a33a07a20aa859879d Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Mon, 23 Jun 2014 12:22:49 +0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d723da..18d1a7b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ end):start():join() assert(v == 1) local thread = Threads.new({ - -- this is thread code gets changed arguments + -- this thread code gets changed arguments function(a, b) assert(1 == a) assert(2 == b) -- cgit v1.2.3-55-g6feb