Skip to content

Commit

Permalink
doc: fixed a typo in the doc for coroutine.yield(). thanks Ruoshan Hu…
Browse files Browse the repository at this point in the history
…ang for the report.
  • Loading branch information
agentzh committed Feb 18, 2014
1 parent f7db5fd commit eab5694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5882,7 +5882,7 @@ This API was first introduced in the `v0.6.0` release.

coroutine.yield
---------------
**syntax:** *... = coroutine.yield(co, ...)*
**syntax:** *... = coroutine.yield(...)*

**context:** *rewrite_by_lua*, access_by_lua*, content_by_lua*, init_by_lua*, ngx.timer.**

Expand Down
2 changes: 1 addition & 1 deletion doc/HttpLuaModule.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -4993,7 +4993,7 @@ This API was first usable in the context of [[#init_by_lua|init_by_lua*]] since
This API was first introduced in the <code>v0.6.0</code> release.
== coroutine.yield ==
'''syntax:''' ''... = coroutine.yield(co, ...)''
'''syntax:''' ''... = coroutine.yield(...)''
'''context:''' ''rewrite_by_lua*, access_by_lua*, content_by_lua*, init_by_lua*, ngx.timer.*''
Expand Down

0 comments on commit eab5694

Please sign in to comment.