Fix:Spelling mistake (#1270)

This commit is contained in:
shivkanya9146 2020-05-26 02:46:40 +05:30 committed by GitHub
parent 84f5a3eab0
commit ff4d055655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public interface Span {
/**
* Adds an event to the {@code Span}.
*
* <p>Use this method to specify an explicit event timestamp. If not alled, the implementation
* <p>Use this method to specify an explicit event timestamp. If not called, the implementation
* will use the current timestamp value, which should be the default case.
*
* <p>Important: this is NOT equivalent with System.nanoTime().