Skip to content

Commit fe91e8a

Browse files
authored
修正一处错别字: 花 => 话
1 parent 99cc80d commit fe91e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: part6/gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Client发送 http 请求到本地的agent, 本地的agent将请求转为 rpcx请
5454
- X-RPCX-ServicePath: service path
5555
- X-RPCX-ServiceMethod: service method
5656
- X-RPCX-Meta: extra metadata
57-
- X-RPCX-ErrorMessage: 错误信息, 如果 X-RPCX-MessageStatusType 是 Error的花
57+
- X-RPCX-ErrorMessage: 错误信息, 如果 X-RPCX-MessageStatusType 是 Error 的话
5858

5959

6060
## 例子
@@ -133,4 +133,4 @@ func main() {
133133
```
134134

135135

136-
不能进行双向通讯, 也就是服务端不能主动发送请求给客户端。
136+
不能进行双向通讯, 也就是服务端不能主动发送请求给客户端。

0 commit comments

Comments
 (0)