Skip to content

Commit c76e64d

Browse files
committed
fix grammar in doc comment
1 parent fe7c206 commit c76e64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/registry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ func (errs MultiError) MaybeUnwrap() error {
252252
}
253253

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

0 commit comments

Comments
 (0)