Skip to content

Commit

Permalink
Merge pull request #341 from jjmengze/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
beorn7 authored Apr 14, 2020
2 parents 0704c71 + a6a1672 commit 6ca65c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type MetricStore interface {
// MetricStore with the MetricFamilies.
//
// If Replace is true, the MetricFamilies will completely replace the metrics
// with the same grouping key. Otherwise, only those MetricFamilies whith the
// with the same grouping key. Otherwise, only those MetricFamilies with the
// same name as new MetricFamilies will be replaced.
//
// The key in MetricFamilies is the name of the mapped metric family.
Expand All @@ -92,7 +92,7 @@ type MetricStore interface {
// are invalid and will be rejected.
//
// The Done channel may be nil. If it is not nil, it will be closed once the
// write request is processed. Any errors occuring during processing are sent to
// write request is processed. Any errors occurring during processing are sent to
// the channel before closing it.
type WriteRequest struct {
Labels map[string]string
Expand Down

0 comments on commit 6ca65c5

Please sign in to comment.