Skip to content

Commit

Permalink
docs: fix the subject (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqqqq777 authored Mar 25, 2024
1 parent ee7bb09 commit 588d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/kitex/Getting started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (s *ItemServiceImpl) GetItem(ctx context.Context, req *item.GetItemReq) (re
}
```

除了 `handler.go` 外,我们还需关心 `main.go` 文件,我可以看看 `main.go` 中做了什么事情:
除了 `handler.go` 外,我们还需关心 `main.go` 文件,可以看看 `main.go` 中做了什么事情:

```go
package main
Expand Down

0 comments on commit 588d837

Please sign in to comment.