Skip to content

Commit b2828d3

Browse files
Results from /fix:format
1 parent ecc13d8 commit b2828d3

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
@@ -87,7 +87,7 @@ customization of spans:
8787

8888
| name | type | default | description |
8989
| ---------------- | ----------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
90-
| `kind` | `SpanKind` (enum) | `INTERNAL` | The [kind of span](/docs/specs/otel/trace/api/#spankind). |
90+
| `kind` | `SpanKind` (enum) | `INTERNAL` | The [kind of span](/docs/specs/otel/trace/api/#spankind). |
9191
| `inheritContext` | `boolean` | `true` | Since 2.14.0. Controls whether or not the new span will be parented in the existing (current) context. If `false`, a new context is created. |
9292

9393
Example parameter usage:

0 commit comments

Comments
 (0)