Skip to content

Commit

Permalink
Update instrumentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kehao95 authored Feb 14, 2024
1 parent e8c1f8a commit a2891a7
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 @@ -669,7 +669,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 a2891a7

Please sign in to comment.