Skip to content

Commit

Permalink
Document: fix instrumentation.md code highlight error (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehao95 authored Feb 15, 2024
1 parent cb26a5d commit e3dad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ automatically set by the OpenTelemetry SDK.

The code below illustrates how to create a span:

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

Expand Down

0 comments on commit e3dad0d

Please sign in to comment.