Skip to content

Commit

Permalink
fixed a typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Feb 10, 2011
1 parent 699c4ab commit 4de07de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 4de07de

Please sign in to comment.