diff --git a/lib/OpenTelemetry/Guides/Instrumentation.pod b/lib/OpenTelemetry/Guides/Instrumentation.pod index 9b8d355..c7b3e8d 100644 --- a/lib/OpenTelemetry/Guides/Instrumentation.pod +++ b/lib/OpenTelemetry/Guides/Instrumentation.pod @@ -73,7 +73,7 @@ to it. =head2 Creating new spans To create a L, -you’ll need a L. +you'll need a L. Typically when you create a new span, you'll want it to be the active/current span. To do that, use `in_span`: @@ -88,7 +88,7 @@ span. To do that, use `in_span`: =head2 Creating nested spans -If you have a distinct sub-operation you’d like to track as a part of another +If you have a distinct sub-operation you'd like to track as a part of another one, you can create nested [spans](/docs/concepts/signals/traces#spans) to represent the relationship: