Skip to content

Commit 88d98e6

Browse files
committed
PR feedback
1 parent 22cc954 commit 88d98e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-snippets/api/src/main/java/otel/SpanUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void spanUsage(Tracer tracer) {
5252

5353
// Check if span is recording before computing additional data
5454
if (span.isRecording()) {
55-
// Update the span name with information not avilable when starting
55+
// Update the span name with information not available when starting
5656
span.updateName("new span name");
5757

5858
// Add additional attributes not available when starting

0 commit comments

Comments
 (0)