From 09d7db06d4947e25eb4d96a815c5ffc5d0d3b616 Mon Sep 17 00:00:00 2001 From: Mark Wolff Date: Mon, 22 Jun 2020 14:03:24 -0400 Subject: [PATCH] fix(jsdoc): change null to undefined (#1231) Co-authored-by: Mayur Kale --- api/src/trace/tracer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/trace/tracer.ts b/api/src/trace/tracer.ts index c0657ffed0..6ba051cfee 100644 --- a/api/src/trace/tracer.ts +++ b/api/src/trace/tracer.ts @@ -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