File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type Metric interface {
58
58
}
59
59
60
60
// Opts bundles the options for creating most Metric types. Each metric
61
- // implementation XXX has its own XXXOpts type, but in most cases, it is just be
61
+ // implementation XXX has its own XXXOpts type, but in most cases, it is just
62
62
// an alias of this type (which might change when the requirement arises.)
63
63
//
64
64
// It is mandatory to set Name to a non-empty string. All other fields are
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ func (m *MetricVec) CurryWith(labels Labels) (*MetricVec, error) {
167
167
// calling the newMetric function provided during construction of the
168
168
// MetricVec).
169
169
//
170
- // It is possible to call this method without using the returned Metry to only
171
- // create the new Metric but leave it in its intitial state.
170
+ // It is possible to call this method without using the returned Metric to only
171
+ // create the new Metric but leave it in its initial state.
172
172
//
173
173
// Keeping the Metric for later use is possible (and should be considered if
174
174
// performance is critical), but keep in mind that Reset, DeleteLabelValues and
You can’t perform that action at this time.
0 commit comments