DOC: fix function name

Bowen repports this typo fix about one Lua function name.

Reported-By: Bowen
This commit is contained in:
Thierry FOURNIER 2015-08-26 14:20:58 +02:00 committed by Willy Tarreau
parent 0a99b89531
commit 0d79cf686b

View File

@ -750,7 +750,7 @@ HTTP class
: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".