X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4620478d694697eff07e501187d784c6c98ccfa9..783f215608cc94f1dd7450e802ecf8b4b06f1cf9:/sdk/go/httpserver/metrics.go?ds=sidebyside diff --git a/sdk/go/httpserver/metrics.go b/sdk/go/httpserver/metrics.go index 032093f8d8..fab6c3f118 100644 --- a/sdk/go/httpserver/metrics.go +++ b/sdk/go/httpserver/metrics.go @@ -104,7 +104,7 @@ func (m *metrics) ServeAPI(token string, next http.Handler) http.Handler { // // For the metrics to be accurate, the caller must ensure every // request passed to the Handler also passes through -// LogRequests(logger, ...), and vice versa. +// LogRequests(...), and vice versa. // // If registry is nil, a new registry is created. //