File tree 1 file changed +1
-1
lines changed
tck/src/main/java/org/reactivestreams/tck/support
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ public interface PublisherVerificationRules {
401
401
* <p>Note that this test expects the {@code IllegalArgumentException} being signalled through {@code onError}, not by
402
402
* throwing from {@code request()} (which is also forbidden) or signalling the error by any other means (i.e., through the
403
403
* Thread.currentThread().getUncaughtExceptionHandler() for example).
404
- * <p>Note also that requesting and emission may happen concurrently and honoring this rule may require extra serialization within
404
+ * <p>Note also that requesting and emission may happen concurrently and honoring this rule may require extra coordination within
405
405
* the {@code Publisher}.
406
406
* <p>If this test fails, the following could be checked within the {@code Publisher} implementation:
407
407
* <ul>
You can’t perform that action at this time.
0 commit comments