diff options
Diffstat (limited to 'plugin/pprof/pprof.go')
-rw-r--r-- | plugin/pprof/pprof.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pprof/pprof.go b/plugin/pprof/pprof.go index 8367a3071..c53010089 100644 --- a/plugin/pprof/pprof.go +++ b/plugin/pprof/pprof.go @@ -1,4 +1,4 @@ -// Package pprof implement a debug endpoint for getting profiles using the +// Package pprof implements a debug endpoint for getting profiles using the // go pprof tooling. package pprof |