From 0d79cf686b10d8fda481bf0a083bb91e3e6db829 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Wed, 26 Aug 2015 14:20:58 +0200 Subject: [PATCH] DOC: fix function name Bowen repports this typo fix about one Lua function name. Reported-By: Bowen --- doc/lua-api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 07e9029e3..e513324cf 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -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".