We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4da87 commit f18e626Copy full SHA for f18e626
content/en/docs/languages/swift/instrumentation.md
@@ -77,7 +77,7 @@ operation. Spans are the building blocks of Traces. To create a span use the
77
span builder associated with the tracer:
78
79
```swift
80
-let span = let builder = tracer.spanBuilder(spanName: "\(name)").startSpan()
+let span = tracer.spanBuilder(spanName: "\(name)").startSpan()
81
...
82
span.end()
83
```
0 commit comments