Skip to content

Commit e3dad0d

Browse files
authored
Document: fix instrumentation.md code highlight error (open-telemetry#3997)
1 parent cb26a5d commit e3dad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ automatically set by the OpenTelemetry SDK.
674674

675675
The code below illustrates how to create a span:
676676

677-
```java { hl_lines=["1-2","8-11","19-21"] }
677+
```java { hl_lines=["1-2","8-11","25-30"] }
678678
import io.opentelemetry.api.trace.Span;
679679
import io.opentelemetry.context.Scope;
680680

0 commit comments

Comments
 (0)