You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/11/09 15:08:15 UTC

[apisix] branch master updated: doc: remove meanless content (#2669)

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

membphis 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 14e544a  doc: remove meanless content (#2669)
14e544a is described below

commit 14e544a6aabd2f134601fad08fb6bd8718b7d964
Author: idbeta <id...@gmail.com>
AuthorDate: Mon Nov 9 23:08:07 2020 +0800

    doc: remove meanless content (#2669)
---
 FAQ_CN.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/FAQ_CN.md b/FAQ_CN.md
index 886a561..79938d5 100644
--- a/FAQ_CN.md
+++ b/FAQ_CN.md
@@ -245,7 +245,7 @@ etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否
 
 以waitdir接口为例:
 `syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [, timeout:uint] ])`
-其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。
+其中timeout参数表示调用进程和etcd长连接的时间。
 
 APISIX关于etcd长连接时间的配置如下:
 ```