Skip to content

Commit b65c994

Browse files
committed
fix: docs
1 parent a0f7bc4 commit b65c994

File tree

2 files changed

+2
-2
lines changed
  • content

2 files changed

+2
-2
lines changed

content/en/docs/kitex/Tutorials/advanced-feature/generic-call/basic_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: ["generic-call", "HTTP", "Thrift"]
66
description: "Basic usage of generic call"
77
---
88

9-
> For stream calls, please upgrade ****github.com/cloudwego/kitex**** to >= v0.14.1
9+
> For stream calls, please upgrade **github.com/cloudwego/kitex** to >= v0.14.1
1010
1111
## What is Generic Call?
1212
In a standard Kitex Client -> Kitex Server request, the business code can directly construct a Go struct (the method's Request), call the corresponding method of the Kitex Client, perform serialization within the method, and then send it to the Server.

content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/basic_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: ["generic-call", "HTTP", "Thrift"]
66
description: "泛化调用基本使用"
77
---
88

9-
> 如果走流式调用,请升级 ****github.com/cloudwego/kitex**** 至 >= v0.14.1**
9+
> 如果走流式调用,请升级 **github.com/cloudwego/kitex** 至 >= v0.14.1
1010
1111
## 什么是泛化调用
1212
在标准的 Kitex Client -> Kitex Server 请求中,业务代码中可以直接构造一个 Go struct(method的Request),调用 Kitex Client 对应的 method,在方法内部完成序列化,再发送给 Server。

0 commit comments

Comments
 (0)