This commit polishes a bit.

Closes gh-30691
This commit is contained in:
Johnny Lim
2023-06-20 00:40:52 +09:00
committed by Sam Brannen
parent da323d3335
commit 271f2dc665
14 changed files with 27 additions and 30 deletions

View File

@@ -70,7 +70,7 @@ public abstract class CoroutinesUtils {
}
/**
* Invoke a suspending function and converts it to {@link Mono} or {@link Flux}.
* Invoke a suspending function and convert it to {@link Mono} or {@link Flux}.
* Uses an {@linkplain Dispatchers#getUnconfined() unconfined} dispatcher.
* @param method the suspending function to invoke
* @param target the target to invoke {@code method} on
@@ -85,7 +85,7 @@ public abstract class CoroutinesUtils {
}
/**
* Invoke a suspending function and converts it to {@link Mono} or
* Invoke a suspending function and convert it to {@link Mono} or
* {@link Flux}.
* @param context the coroutine context to use
* @param method the suspending function to invoke