Skip to content

Commit

Permalink
fix(jsdoc): change null to undefined (open-telemetry#1231)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <mayurkale@google.com>
  • Loading branch information
2 people authored and dyladan committed Feb 18, 2021
1 parent e61178c commit c3dad51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 c3dad51

Please sign in to comment.