Skip to content

Commit

Permalink
Update packages/opentelemetry-api/src/context/context.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
  • Loading branch information
mwear and obecny committed Oct 13, 2020
1 parent 3988832 commit 04433ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api/src/context/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function setActiveSpan(context: Context, span: Span): Context {
}

/**
* Wrap extracted span context in a NoopSpan as set as active span in a new
* Wrap extracted span context in a NoopSpan and set as active span in a new
* context
*
* @param context context to set active span on
Expand Down

0 comments on commit 04433ba

Please sign in to comment.