Skip to content

Commit f18e626

Browse files
authored
Fix span start typo (#5365)
1 parent 7c4da87 commit f18e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/swift/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ operation. Spans are the building blocks of Traces. To create a span use the
7777
span builder associated with the tracer:
7878

7979
```swift
80-
let span = let builder = tracer.spanBuilder(spanName: "\(name)").startSpan()
80+
let span = tracer.spanBuilder(spanName: "\(name)").startSpan()
8181
...
8282
span.end()
8383
```

0 commit comments

Comments
 (0)