Skip to content

Commit 00b4326

Browse files
authored
Update Sources/Tracing/Docs.docc/Guides/InstrumentYourLibrary.md
1 parent 8bcd128 commit 00b4326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Tracing/Docs.docc/Guides/InstrumentYourLibrary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ While this code is very simple for illustration purposes, and it may seem surpri
209209

210210
#### Manual propogation
211211

212-
There are circumstances where `task-local` variables are interrupted during normal execution flow. One common instance is when using
212+
There are circumstances where [task-local variable](https://developer.apple.com/documentation/swift/tasklocal) propagation may be interrupted. One common instance is when using
213213
[`swift-nio`](https://github.com/apple/swift-nio)'s [`EventLoopFuture`](https://swiftpackageindex.com/apple/swift-nio/main/documentation/niocore/eventloopfuture) to chain asynchronous work. In these circumstances, the library can manually propogate the context metadata by taking the context of the parent span, and providing it into the `context` argument of the child span:
214214

215215
```swift

0 commit comments

Comments
 (0)