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

horizonzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e4d7d9b  fix: 中端 to 终端 (#893)
e4d7d9b is described below

commit e4d7d9b97e13109cd688d7ae31d8a17ba22c703f
Author: plusmancn <[email protected]>
AuthorDate: Mon Aug 16 16:09:42 2021 +0800

    fix: 中端 to 终端 (#893)
---
 content/zh/docs/concepts/rpc-protocol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/concepts/rpc-protocol.md 
b/content/zh/docs/concepts/rpc-protocol.md
index 3b69e71..5c1255f 100644
--- a/content/zh/docs/concepts/rpc-protocol.md
+++ b/content/zh/docs/concepts/rpc-protocol.md
@@ -28,7 +28,7 @@ RPC 协议的设计需要考虑以下内容:
 - 通用性: 统一的二进制格式,跨语言、跨平台、多传输层协议支持
 - 扩展性: 协议增加字段、升级、支持用户扩展和附加业务元数据
 - 性能:As fast as it can be
-- 穿透性:能够被各种中端设备识别和转发:网关、代理服务器等
+- 穿透性:能够被各种终端设备识别和转发:网关、代理服务器等
 通用性和高性能通常无法同时达到,需要协议设计者进行一定的取舍。
 
 #### HTTP/1.1

Reply via email to