Skip to content

Commit 390e874

Browse files
author
beorn7
committed
Fix doc comment typo
1 parent 66058aa commit 390e874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/promhttp/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func Handler() http.Handler {
7676
}
7777

7878
// HandlerFor returns an http.Handler for the provided Gatherer. The behavior
79-
// ef the Handler is defined by the provided HandlerOpts.
79+
// of the Handler is defined by the provided HandlerOpts.
8080
func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
8181
return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
8282
mfs, err := reg.Gather()

0 commit comments

Comments
 (0)