You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2021/12/15 06:01:23 UTC

[incubator-brpc] branch master updated: Fix typo

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

jamesge 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 3a6a0b9  Fix typo
     new 39aa541  Merge pull request #1613 from egolearner/patch-1
3a6a0b9 is described below

commit 3a6a0b9369ca9252f44c41b3368f0b1229f9d70c
Author: egolearner <45...@users.noreply.github.com>
AuthorDate: Thu Nov 25 10:56:15 2021 +0800

    Fix typo
---
 docs/cn/client.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/client.md b/docs/cn/client.md
index 566ebf1..8c52e23 100755
--- a/docs/cn/client.md
+++ b/docs/cn/client.md
@@ -755,7 +755,7 @@ http/h2 body的压缩方法见[client压缩request body](http_client.md#压缩re
 
 支持的压缩方法有:
 
-- brpc::CompressTypeSnappy : [snanpy压缩](http://google.github.io/snappy/),压缩和解压显著快于其他压缩方法,但压缩率最低。
+- brpc::CompressTypeSnappy : [snappy压缩](http://google.github.io/snappy/),压缩和解压显著快于其他压缩方法,但压缩率最低。
 - brpc::CompressTypeGzip : [gzip压缩](http://en.wikipedia.org/wiki/Gzip),显著慢于snappy,但压缩率高
 - brpc::CompressTypeZlib : [zlib压缩](http://en.wikipedia.org/wiki/Zlib),比gzip快10%~20%,压缩率略好于gzip,但速度仍明显慢于snappy。
 

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