Skip to content

Commit cc2df46

Browse files
committed
minor doc tweaks.
1 parent 5399898 commit cc2df46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3559,7 +3559,7 @@ or equivalently,
35593559
ngx.req.set_uri("/foo")
35603560
```
35613561

3562-
The `jump` can only be set to `true` in [rewrite_by_lua](#rewrite_by_lua) and [rewrite_by_lua_file](#rewrite_by_lua_file). Use of jump in other contexts is prohibited and will throw out a Lua exception.
3562+
The `jump` argument can only be set to `true` in [rewrite_by_lua](#rewrite_by_lua) and [rewrite_by_lua_file](#rewrite_by_lua_file). Use of jump in other contexts is prohibited and will throw out a Lua exception.
35633563

35643564
A more sophisticated example involving regex substitutions is as follows
35653565

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Build the source with this module:
276276
277277
# Here we assume Nginx is to be installed under /opt/nginx/.
278278
./configure --prefix=/opt/nginx \
279-
--with-ld-opt='-Wl,-rpath,/path/to/luajit-or-lua/lib" \
279+
--with-ld-opt="-Wl,-rpath,/path/to/luajit-or-lua/lib" \
280280
--add-module=/path/to/ngx_devel_kit \
281281
--add-module=/path/to/lua-nginx-module
282282
@@ -2933,7 +2933,7 @@ or equivalently,
29332933
ngx.req.set_uri("/foo")
29342934
</geshi>
29352935
2936-
The <code>jump</code> can only be set to <code>true</code> in [[#rewrite_by_lua|rewrite_by_lua]] and [[#rewrite_by_lua_file|rewrite_by_lua_file]]. Use of jump in other contexts is prohibited and will throw out a Lua exception.
2936+
The <code>jump</code> argument can only be set to <code>true</code> in [[#rewrite_by_lua|rewrite_by_lua]] and [[#rewrite_by_lua_file|rewrite_by_lua_file]]. Use of jump in other contexts is prohibited and will throw out a Lua exception.
29372937
29382938
A more sophisticated example involving regex substitutions is as follows
29392939

0 commit comments

Comments
 (0)