Skip to content

Commit 037ff57

Browse files
authored
Refactor comment for clarity in desc.go
1 parent fd6605b commit 037ff57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/jzero/internal/desc/desc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func GetFrameType() (string, error) {
3131
// rpc 项目
3232
frameType = "rpc"
3333

34-
// 检查是否是 gateway 项目(优先检查 cmd/server.go)
34+
// 检查是否是 gateway 项目
3535
if isGatewayProject() {
3636
frameType = "gateway"
3737
} else {

0 commit comments

Comments
 (0)