summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-09-25 09:22:02 +0200
committerGitHub <noreply@github.com>2020-09-25 09:22:02 +0200
commitf52458bedbbd2856eb6170aecebe008f097b7b5b (patch)
tree493c75bf66ae229abfb02859452b038d1a15450f /documentapi
parent08bca580ba37998cc826629e0a11532c51e35131 (diff)
Fix javadoc typo
Co-authored-by: Jon Bratseth <bratseth@oath.com>
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java b/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java
index 721faf281f7..60f70a91338 100644
--- a/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java
+++ b/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java
@@ -201,7 +201,7 @@ public interface AsyncSession extends Session {
* <p>Removes a document if it is present. This method returns immediately.</p>
*
* <p>If this result is a success, this
- * call will cause one or more {@link DocumentIdResponse} objects to apprear within the timeout time of this session.
+ * call will cause one or more {@link DocumentIdResponse} objects to appear within the timeout time of this session.
* The response returned later will either be a success, or contain the document id submitted here.
* If it was not a success, this method has no further effects.</p>
*