Skip to content

Commit

Permalink
fix grammar in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Aug 3, 2022
1 parent fe7c206 commit c76e64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus/registry.go
Expand Up @@ -252,8 +252,8 @@ func (errs MultiError) MaybeUnwrap() error {
}

// Registry registers Prometheus collectors, collects their metrics, and gathers
// them into MetricFamilies for exposition. It implements both Registerer,
// Gatherer, and Collector. The zero value is not usable. Create instances with
// them into MetricFamilies for exposition. It implements Registerer, Gatherer,
// and Collector. The zero value is not usable. Create instances with
// NewRegistry or NewPedanticRegistry.
type Registry struct {
mtx sync.RWMutex
Expand Down

0 comments on commit c76e64d

Please sign in to comment.