Skip to content

Commit 9615a40

Browse files
esigoreyang
andauthored
Update examples/metrics_simple/README.md
Co-authored-by: Reiley Yang <[email protected]>
1 parent 75c6aa3 commit 9615a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/metrics_simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ auto labelkv = common::KeyValueIterableView<decltype(labels)>{labels};
5050
double_counter->Add(val, labelkv);
5151
```
5252

53-
5: To use hitogram instrumet, a view with proper `InstrumentType` and `AggregationType`
53+
5: To use histogram instrument, a view with proper `InstrumentType` and `AggregationType`
5454
has to be added to the provider.
5555

5656
```cpp

0 commit comments

Comments
 (0)