commit | 0d79cf686b10d8fda481bf0a083bb91e3e6db829 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Aug 26 14:20:58 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 27 11:29:45 2015 +0200 |
tree | b2e7c801645d56fe722c8fc73ee746a904420ab8 | |
parent | 0a99b89531e3c8c6efdc123dcfb5bbf99026e62f [diff] |
DOC: fix function name Bowen repports this typo fix about one Lua function name. Reported-By: Bowen
diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 07e9029..e513324 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst
@@ -750,7 +750,7 @@ :param class_http http: The related http object. :param string query: The new query. -.. js:function:: HTTP.req.set_uri(http, uri) +.. js:function:: HTTP.req_set_uri(http, uri) Rewrites the request URI with the parameter "uri".