Skip to content

Commit

Permalink
fix(code comments): Fix vowel articles in code comments (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
minicloudsky committed Dec 12, 2022
1 parent 5e0ce94 commit 783d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/go-kratos/kratos/v2/transport/http"
)

// NewHTTPServer new a HTTP server.
// NewHTTPServer new an HTTP server.
func NewHTTPServer(c *conf.Server, greeter *service.GreeterService, logger log.Logger) *http.Server {
var opts = []http.ServerOption{
http.Middleware(
Expand Down

0 comments on commit 783d0de

Please sign in to comment.