You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by le...@apache.org on 2022/02/17 03:37:57 UTC

[incubator-brpc] branch master updated: docs: fix typo

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

leander 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 8f01941  docs: fix typo
     new 9e94cc4  Merge pull request #1695 from lovepika/patch-2
8f01941 is described below

commit 8f01941e051a2aceb817110bb11379ec388500d0
Author: Tudou <ga...@outlook.com>
AuthorDate: Wed Feb 16 20:25:13 2022 +0800

    docs: fix typo
---
 docs/cn/getting_started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md
index 70f2a09..53ef0f5 100644
--- a/docs/cn/getting_started.md
+++ b/docs/cn/getting_started.md
@@ -176,7 +176,7 @@ $ sh run_tests.sh
 
 brpc默认会构建出静态库和共享库,因此它也需要依赖有静态库和共享库两个版本。
 
-以[gflags](https://github.com/gflags/gflags)为例,它默认不够尖共享库,你需要给`cmake`指定选项去改变这一行为:
+以[gflags](https://github.com/gflags/gflags)为例,它默认不构建共享库,你需要给`cmake`指定选项去改变这一行为:
 ```shell
 $ cmake . -DBUILD_SHARED_LIBS=1 -DBUILD_STATIC_LIBS=1
 $ make

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