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