Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Waldemar Quevedo <wally@nats.io>
  • Loading branch information
piotrpio and wallyqs committed Jan 3, 2023
1 parent 760d474 commit 4179638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro/request.go
Expand Up @@ -28,7 +28,7 @@ type (
}

// HandlerFunc is a function implementing [Handler].
// It allows using a function as a reqeust hadnler, without having to implement Handle
// It allows using a function as a request handler, without having to implement Handle
// on a separate type.
HandlerFunc func(Request)

Expand Down

0 comments on commit 4179638

Please sign in to comment.