Skip to content

Commit 4599354

Browse files
authored
[DOCS] Corrected an issue using misspelled words in Native Tracer (#626)
1 parent 88b4b5c commit 4599354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import org.apache.skywalking.apm.toolkit.trace.Tracer;
77
...
88

9-
SpanRef spanRef = Tracer.createEnteySpan("${operationName}", null);
9+
SpanRef spanRef = Tracer.createEntrySpan("${operationName}", null);
1010
```
1111

1212
* Use `Tracer.createLocalSpan()` API to create local span, the only parameter is the operation name of span.

0 commit comments

Comments
 (0)