Skip to content

Commit 59f271a

Browse files
authored
Specify correct annotation for span attributes
1 parent 61efc46 commit 59f271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/zero-code/java/agent/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cSpell:ignore: Flowable javac reactivestreams reactivex
99
For most users, the out-of-the-box instrumentation is completely sufficient and
1010
nothing more needs to be done. Sometimes, however, users wish to create
1111
[spans](/docs/concepts/signals/traces/#spans) for their own custom code without
12-
having to change much code. The `WithSpan` and `WithAttribute` annotations
12+
having to change much code. The `WithSpan` and `SpanAttribute` annotations
1313
support those use cases.
1414

1515
## Dependencies

0 commit comments

Comments
 (0)