Skip to content

Commit 1266bc1

Browse files
mydeaAbhiPrasad
andauthored
Apply suggestions from code review
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 9bfa893 commit 1266bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface OpenTelemetrySpanContext {
1919
* The base `Span` type is basically a `WriteableSpan`.
2020
* There are places where we basically want to allow passing _any_ span,
2121
* so in these cases we type this as `AbstractSpan` which could be either a regular `Span` or a `ReadableSpan`.
22-
* You'll have to make sur to check revelant fields before accessing them.
22+
* You'll have to make sure to check relevant fields before accessing them.
2323
*
2424
* Note that technically, the `Span` exported from `@opentelemwetry/sdk-trace-base` matches this,
2525
* but we cannot be 100% sure that we are actually getting such a span, so this type is more defensive.

0 commit comments

Comments
 (0)