Skip to content

Commit

Permalink
Fix typo in Java instrumentation doc (#4452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffany76 authored May 9, 2024
1 parent 5bb8081 commit cd5cc0a
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 @@ -650,7 +650,7 @@ public class Dice {
}

public Dice(int min, int max) {
this(min, max, OpenTelemetry.noop())
this(min, max, OpenTelemetry.noop());
}

// ...
Expand Down

0 comments on commit cd5cc0a

Please sign in to comment.