Fix typos

This commit is contained in:
Dimitris Apostolou 2023-01-01 15:31:20 +02:00 committed by Chris Eager
parent e6ab97dc5a
commit 9a06c40a28
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public final class ExceptionUtils {
}
/**
* Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is alreadt
* Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is already
* a {@code CompletionException}, in which case this method returns the original throwable.
*
* @param throwable the throwable to wrap in a {@code CompletionException}