Skip to content

Commit b61dbbb

Browse files
committed
Fix typo in comment
1 parent 8d6ab08 commit b61dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type (
3535
Mux(version string) ServeMux
3636
// VersionName returns the name of the version targeted by the given request.
3737
VersionName(req *http.Request) string
38-
// HandleMissingVersion handles requests that target a non-existant API version (that
38+
// HandleMissingVersion handles requests that target a non-existent API version (that
3939
// is requests for which RequestMux returns nil).
4040
// The context request data object contains the name of the targeted version.
4141
HandleMissingVersion(ctx context.Context, rw http.ResponseWriter, req *http.Request)

0 commit comments

Comments
 (0)