Skip to content

Commit

Permalink
Typo fixes (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncwong authored Jun 16, 2021
1 parent e3ad7e6 commit f765b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example shows a ``Span`` for a top-level operation, and how it can be passe
Implementation details:


* For ``threading``, the ``Span`` is manually activatted it in each corotuine/task.
* For ``threading``, the ``Span`` is manually activated in each coroutine/task.
* For ``asyncio``, the active ``Span`` is not activated down the chain as the ``Context`` automatically propagates it.

``threading`` implementation:
Expand Down

0 comments on commit f765b48

Please sign in to comment.