Skip to content

Commit e9b28a6

Browse files
authored
Fix typo in GetHandler function comment
Minor doc typo: a stray backtick in a comment in metrics handler
1 parent 1744770 commit e9b28a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gofr/metrics/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/prometheus/client_golang/prometheus/promhttp"
1010
)
1111

12-
// GetHandler creates a new HTTP handler that serves metrics collected by the provided metrics manager to '/metrics' route`.
12+
// GetHandler creates a new HTTP handler that serves metrics collected by the provided metrics manager to the '/metrics' route.
1313
func GetHandler(m Manager) http.Handler {
1414
var router = mux.NewRouter()
1515

0 commit comments

Comments
 (0)