[DOCS] Corrected an issue using misspelled words in Native Tracer (#626)

This commit is contained in:
Ricky Lau 2023-10-23 10:49:21 +08:00 committed by GitHub
parent 88b4b5c930
commit 45993545e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.