Skip to content

Commit

Permalink
Use dumb quotes in guides POD
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 15, 2024
1 parent 4211753 commit 77df109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenTelemetry/Guides/Instrumentation.pod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ to it.
=head2 Creating new spans

To create a L<span|https://opentelemetry.io/docs/concepts/signals/traces#spans>,
youll need a L<configured Tracer|/Acquiring a Tracer>.
you'll need a L<configured Tracer|/Acquiring a Tracer>.

Typically when you create a new span, you'll want it to be the active/current
span. To do that, use `in_span`:
Expand All @@ -88,7 +88,7 @@ span. To do that, use `in_span`:

=head2 Creating nested spans

If you have a distinct sub-operation youd 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:

Expand Down

0 comments on commit 77df109

Please sign in to comment.