Skip to content

Commit 4efc3cc

Browse files
authored
Merge pull request #632 from painhardcore/master
Fix typo in documentation.
2 parents b7953aa + b0bcec8 commit 4efc3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func NewRegistry() *Registry {
7474
// NewPedanticRegistry returns a registry that checks during collection if each
7575
// collected Metric is consistent with its reported Desc, and if the Desc has
7676
// actually been registered with the registry. Unchecked Collectors (those whose
77-
// Describe methed does not yield any descriptors) are excluded from the check.
77+
// Describe method does not yield any descriptors) are excluded from the check.
7878
//
7979
// Usually, a Registry will be happy as long as the union of all collected
8080
// Metrics is consistent and valid even if some metrics are not consistent with

0 commit comments

Comments
 (0)