Skip to content

Commit 619894a

Browse files
committed
docs: fix UserBiz annotation
1 parent 99acc69 commit 619894a

File tree

1 file changed

+1
-1
lines changed
  • internal/usercenter/biz/user

1 file changed

+1
-1
lines changed

internal/usercenter/biz/user/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
v1 "github.com/superproj/onex/pkg/api/usercenter/v1"
1616
)
1717

18-
// UserBiz defines methods used to handle user rquest.
18+
// UserBiz defines methods used to handle user request.
1919
type UserBiz interface {
2020
Create(ctx context.Context, rq *v1.CreateUserRequest) (*v1.UserReply, error)
2121
List(ctx context.Context, rq *v1.ListUserRequest) (*v1.ListUserResponse, error)

0 commit comments

Comments
 (0)