Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 20, 2024
1 parent 6384e93 commit b0a074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/exp/mockutil/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Request struct {
JSONRaw string
}

// Handler is used with a [Server] to mock http requests provided by the user.
// Handler is using a [Server] to mock http requests provided by the user.
func Handler(t *testing.T, requests []Request) http.HandlerFunc {
t.Helper()

Expand Down

0 comments on commit b0a074e

Please sign in to comment.