From 4de07de5ddbeb339465937ee37b384b892e4e7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Thu, 10 Feb 2011 14:17:38 +0800 Subject: [PATCH] fixed a typo in README. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 353a9dbda6..c4e5e74dda 100644 --- a/README.markdown +++ b/README.markdown @@ -826,7 +826,7 @@ you can use Lua tables for both requests and responses. For instance, table.insert(reqs, { "/redis" }) table.insert(reqs, { "/memcached" }) - -- issue all the requests at once and wait when they all return + -- issue all the requests at once and wait until they all return local resps = { ngx.location.capture_multi(reqs) } -- loop over the responses table