This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new a7d4ca2  Doc: fix copy-paste leftover in ts.stat_find
a7d4ca2 is described below

commit a7d4ca23ce42fc0ad0084d779601910be21ab597
Author: Emanuele Rocca <[email protected]>
AuthorDate: Mon Mar 25 10:39:27 2019 +0100

    Doc: fix copy-paste leftover in ts.stat_find
---
 doc/admin-guide/plugins/lua.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/lua.en.rst 
b/doc/admin-guide/plugins/lua.en.rst
index 67fc36c..dd890e3 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -3738,7 +3738,7 @@ Here is an example.
 
 ts.stat_find
 ------------
-**syntax:** *val = ts.stat_create(STAT_NAME)*
+**syntax:** *val = ts.stat_find(STAT_NAME)*
 
 **context:** global
 

Reply via email to