Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Mar 3, 2017
1 parent adc742b commit c5ad810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpcmetrics/observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

const defaultMaxNumberOfEndpoints = 200

// Observer is an observer that can emit RPC metricso.
// Observer is an observer that can emit RPC metrics.
type Observer struct {
metricsByEndpoint *MetricsByEndpoint
}
Expand Down Expand Up @@ -81,7 +81,7 @@ type SpanObserver struct {
err bool
}

// NewSpanObserver creates a new SpanObserver that can emit RPC metricso.
// NewSpanObserver creates a new SpanObserver that can emit RPC metrics.
func NewSpanObserver(
metricsByEndpoint *MetricsByEndpoint,
operationName string,
Expand Down

0 comments on commit c5ad810

Please sign in to comment.