chore fixed (#897)

* chore fixed
This commit is contained in:
Machtergreifung 2022-01-13 10:51:47 +08:00 committed by GitHub
parent 800b3bd3fe
commit 9ad26fa049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 14 deletions

View file

@ -58,7 +58,7 @@ type Handler struct {
downlinkCounter stats.Counter
}
// NewHandler create a new Handler based on the given configuration.
// NewHandler creates a new Handler based on the given configuration.
func NewHandler(ctx context.Context, config *core.OutboundHandlerConfig) (outbound.Handler, error) {
v := core.MustFromContext(ctx)
uplinkCounter, downlinkCounter := getStatCounter(v, config.Tag)