Commit 9bd5d642 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45412 from CaoShuFeng/pathrecoder

Automatic merge from submit-queue (batch tested with PRs 43006, 45305, 45390, 45412, 45392) update the doc of function NewPathRecorderMux The doc of function NewPathRecorderMux() is out of date. Update it. **Release note**: ```release-note ```
parents 99ede8ac 8b540819
......@@ -71,7 +71,7 @@ type prefixHandler struct {
handler http.Handler
}
// NewPathRecorderMux creates a new PathRecorderMux with the given mux as the base mux.
// NewPathRecorderMux creates a new PathRecorderMux
func NewPathRecorderMux() *PathRecorderMux {
ret := &PathRecorderMux{
pathToHandler: map[string]http.Handler{},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment