This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new 45993545e9 [DOCS] Corrected an issue using misspelled words in Native
Tracer (#626)
45993545e9 is described below
commit 45993545e97c955c5558f61a50ac00ea9d55ab3c
Author: Ricky Lau <[email protected]>
AuthorDate: Mon Oct 23 10:49:21 2023 +0800
[DOCS] Corrected an issue using misspelled words in Native Tracer (#626)
---
docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md
b/docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md
index df6a001a93..1a18134509 100644
--- a/docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md
+++ b/docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md
@@ -6,7 +6,7 @@
import org.apache.skywalking.apm.toolkit.trace.Tracer;
...
- SpanRef spanRef = Tracer.createEnteySpan("${operationName}", null);
+ SpanRef spanRef = Tracer.createEntrySpan("${operationName}", null);
```
* Use `Tracer.createLocalSpan()` API to create local span, the only parameter
is the operation name of span.