Skip to content

Commit

Permalink
doc: correct tracer docs (open-telemetry#1901)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
Flarna and dyladan committed Feb 18, 2021
1 parent 4270b45 commit 98364e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/src/trace/tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import { Span } from './span';
import { SpanOptions } from './SpanOptions';

/**
* Tracer provides an interface for creating {@link Span}s and propagating
* context in-process.
*
* Users may choose to use manual or automatic Context propagation. Because of
* that this class offers APIs to facilitate both usages.
* Tracer provides an interface for creating {@link Span}s.
*/
export interface Tracer {
/**
Expand Down

0 comments on commit 98364e8

Please sign in to comment.