You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/01/27 23:01:04 UTC

[trafficserver] 04/04: fix doc build error

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

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 7b1a4ce75afd1ca40bb27fcfab5ad616aeb322ca
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sat Jan 4 16:15:46 2020 -0800

    fix doc build error
    
    (cherry picked from commit 9d21c106c8676d96948a599e903bac179a6c4466)
---
 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 d160e2a..43d2d45 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -2648,7 +2648,7 @@ Here is an example:
     end
 
 The above example also shows the use of eos passed as a parameter to transform function. It indicates the end of the
-data stream to the transform function. 
+data stream to the transform function.
 
 :ref:`TOP <admin-plugins-ts-lua>`