Skip to content

Commit 9903214

Browse files
committed
Fix typo in doc comment
Signed-off-by: beorn7 <[email protected]>
1 parent e951d7b commit 9903214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/random/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func main() {
9595
// application. Note the necessary type assertion. We
9696
// already know that rpcDurationsHistogram implements
9797
// the ExemplarObserver interface and thus don't need to
98-
// check the outcome of the tipe assertion.
98+
// check the outcome of the type assertion.
9999
rpcDurationsHistogram.(prometheus.ExemplarObserver).ObserveWithExemplar(
100100
v, prometheus.Labels{"dummyID": fmt.Sprint(rand.Intn(100000))},
101101
)

0 commit comments

Comments
 (0)