mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #70903 from ping035627/k8s-181110
Fix function comment to consistent with its name
This commit is contained in:
commit
d820b5024e
@ -55,7 +55,7 @@ type PathRecorderMux struct {
|
|||||||
pathStacks map[string]string
|
pathStacks map[string]string
|
||||||
}
|
}
|
||||||
|
|
||||||
// pathHandler is an http.Handler that will satify requests first by exact match, then by prefix,
|
// pathHandler is an http.Handler that will satisfy requests first by exact match, then by prefix,
|
||||||
// then by notFoundHandler
|
// then by notFoundHandler
|
||||||
type pathHandler struct {
|
type pathHandler struct {
|
||||||
// muxName is used for logging so you can trace requests through
|
// muxName is used for logging so you can trace requests through
|
||||||
|
Loading…
Reference in New Issue
Block a user