Skip to content

Commit

Permalink
doc: correct tracer docs (#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 authored Feb 5, 2021
1 parent 83343ef commit 9981763
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/opentelemetry-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 9981763

Please sign in to comment.