Skip to content

Commit ce2dae2

Browse files
authored
Merge pull request #745 from mcristina422/patch-1
Fix typo in godoc help text
2 parents 6edbbd9 + be019d1 commit ce2dae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/promauto/auto.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
// requestCount = promauto.With(reg).NewCounterVec(
9999
// prometheus.CounterOpts{
100100
// Name: "http_requests_total",
101-
// Help: "Total number of HTTP requests by status code end method.",
101+
// Help: "Total number of HTTP requests by status code and method.",
102102
// },
103103
// []string{"code", "method"},
104104
// )
@@ -117,7 +117,7 @@
117117
// requestCount = factory.NewCounterVec(
118118
// prometheus.CounterOpts{
119119
// Name: "http_requests_total",
120-
// Help: "Total number of HTTP requests by status code end method.",
120+
// Help: "Total number of HTTP requests by status code and method.",
121121
// },
122122
// []string{"code", "method"},
123123
// )

0 commit comments

Comments
 (0)