From 8b54081939c400d904dbf02fe5143c9dc11ad0ac Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 5 May 2017 19:06:17 +0800 Subject: [PATCH] update the doc of function NewPathRecorderMux --- staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go b/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go index ed79cfc83b1..4583a876cb5 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go +++ b/staging/src/k8s.io/apiserver/pkg/server/mux/pathrecorder.go @@ -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{},