Skip to content

Commit

Permalink
fix(jsdoc): change null to undefined (#1231)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <mayurkale@google.com>
  • Loading branch information
markwolff and mayurkale22 committed Jun 22, 2020
1 parent b7d08c7 commit 5f059a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api/src/trace/tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface Tracer {
/**
* Returns the current Span from the current context if available.
*
* If there is no Span associated with the current context, `null` is
* If there is no Span associated with the current context, `undefined` is
* returned.
*
* To install a {@link Span} to the current Context use
Expand Down

0 comments on commit 5f059a5

Please sign in to comment.