You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/09/03 06:27:19 UTC

[apisix] branch master updated: doc: remove useless `)` in code-style.(#2145)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ea7b7dd  doc: remove useless `)` in code-style.(#2145)
ea7b7dd is described below

commit ea7b7dd21023f645759b152529c6dbfc21bf7053
Author: idbeta <id...@gmail.com>
AuthorDate: Thu Sep 3 01:27:12 2020 -0500

    doc: remove useless `)` in code-style.(#2145)
---
 CODE_STYLE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CODE_STYLE.md b/CODE_STYLE.md
index f31992e..71c2134 100644
--- a/CODE_STYLE.md
+++ b/CODE_STYLE.md
@@ -167,7 +167,7 @@ return limit_conn_new("plugin-limit-conn" .. "plugin-limit-conn"
 ```lua
 --Yes
 return "param1", "plugin-limit-conn"
-                 .. "plugin-limit-conn")
+                 .. "plugin-limit-conn"
 ```
 
 ## Variable