Skip to content

Commit

Permalink
[editorial] Remove use of Object-Oriented term class in trace API (#…
Browse files Browse the repository at this point in the history
…3880)

Part of #1569
  • Loading branch information
MrAlias authored Feb 19, 2024
1 parent 5d9cef8 commit a31bb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ linkTitle: API

</details>

The Tracing API consist of these main classes:
The Tracing API consist of these main components:

- [`TracerProvider`](#tracerprovider) is the entry point of the API.
It provides access to `Tracer`s.
- [`Tracer`](#tracer) is the class responsible for creating `Span`s.
- [`Tracer`](#tracer) is responsible for creating `Span`s.
- [`Span`](#span) is the API to trace an operation.

## Data types
Expand Down

0 comments on commit a31bb1f

Please # to comment.