Skip to content

Commit

Permalink
[editorial] Remove use of Object-Oriented term class in metric API (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Feb 19, 2024
1 parent a31bb1f commit a1c13d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The Metrics API consists of these main components:

* [MeterProvider](#meterprovider) is the entry point of the API. It provides
access to `Meters`.
* [Meter](#meter) is the class responsible for creating `Instruments`.
* [Meter](#meter) is responsible for creating `Instruments`.
* [Instrument](#instrument) is responsible for reporting
[Measurements](#measurement).

Expand Down

0 comments on commit a1c13d5

Please sign in to comment.