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

albumenj 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 8e289e7b41 fix typo (#2384)
8e289e7b41 is described below

commit 8e289e7b41de4e7543372d4c06fc8d053cf13610
Author: Mford Jody <[email protected]>
AuthorDate: Mon Mar 13 15:40:56 2023 +0800

    fix typo (#2384)
---
 content/zh-cn/overview/what/ecosystem/serialization/hessian.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh-cn/overview/what/ecosystem/serialization/hessian.md 
b/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
index 5e6f23235e..05635f5f10 100644
--- a/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
+++ b/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
@@ -17,7 +17,7 @@ Hessian序列化是一种支持动态类型、跨语言、基于对象传输的
 1. 自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。
 2. 语言无关,支持脚本语言
 3. 协议简单,比Java原生序列化高效
-4. 
相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小事Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。
+4. 
相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。
 
 ## 2 使用方式
 
@@ -52,4 +52,4 @@ dubbo.reference.com.demo.DemoService.serialization=hessian2
 
         <!-- or -->
 <dubbo:reference interface="xxx" serialization="hessian2" />
-```
\ No newline at end of file
+```

Reply via email to