Commit 7342bd60 authored by Chomtana's avatar Chomtana

fix: construtors -> constructors

parent 4968f873
......@@ -34,7 +34,7 @@ type RefMetrics struct {
var _ RefMetricer = (*RefMetrics)(nil)
// MakeRefMetrics returns a new RefMetrics, initializing its prometheus fields
// using factory. It is supposed to be used inside the construtors of metrics
// using factory. It is supposed to be used inside the constructors of metrics
// structs for any op service after the full namespace and factory have been
// setup.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment