Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilson committed Nov 28, 2023
1 parent 970ff19 commit 344c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/metricsutil/wrapped_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Metrics interface {
var _ Metrics = &ClusterMetricSink{}

// SinkWrapper implements `metricsutil.Metrics` using an instance of
// armon/go-metrics `MetricSink` as the underlying implementation.
// hashicorp/go-metrics `MetricSink` as the underlying implementation.
type SinkWrapper struct {
metrics.MetricSink
}
Expand Down

0 comments on commit 344c319

Please sign in to comment.