You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by zy...@apache.org on 2021/05/26 03:17:30 UTC

[incubator-brpc] branch master updated: Change chinese quotation marks in bvar_c++.md sample code

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

zychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new c78ce8c  Change chinese quotation marks in bvar_c++.md sample code
     new 6c8c81f  Merge pull request #1396 from tbago/fixed_typo
c78ce8c is described below

commit c78ce8ca9927538d690580a7edfd82392343bcb7
Author: tbago <mo...@gmail.com>
AuthorDate: Sun May 9 16:45:03 2021 +0800

    Change chinese quotation marks in bvar_c++.md sample code
---
 docs/cn/bvar_c++.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/bvar_c++.md b/docs/cn/bvar_c++.md
index f7413ff..7888b39 100644
--- a/docs/cn/bvar_c++.md
+++ b/docs/cn/bvar_c++.md
@@ -14,7 +14,7 @@ bvar::Window<bvar::Adder<int> > g_read_error_minute("foo_bar", "read_error", &g_
 //                                                    前缀       监控项名称                  60秒,忽略则为10秒
 
 // bvar::LatencyRecorder是一个复合变量,可以统计:总量、qps、平均延时,延时分位值,最大延时。
-bvar::LatencyRecorder g_write_latency(“foo_bar", "write”);
+bvar::LatencyRecorder g_write_latency("foo_bar", "write");
 //                                      ^          ^
 //                                     前缀       监控项,别加latency!LatencyRecorder包含多个bvar,它们会加上各自的后缀,比如write_qps, write_latency等等。
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org