Skip to content

Commit 5c2746a

Browse files
committed
extra coordination
1 parent 089af04 commit 5c2746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tck/src/main/java/org/reactivestreams/tck/support/PublisherVerificationRules.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public interface PublisherVerificationRules {
401401
* <p>Note that this test expects the {@code IllegalArgumentException} being signalled through {@code onError}, not by
402402
* throwing from {@code request()} (which is also forbidden) or signalling the error by any other means (i.e., through the
403403
* 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
405405
* the {@code Publisher}.
406406
* <p>If this test fails, the following could be checked within the {@code Publisher} implementation:
407407
* <ul>

0 commit comments

Comments
 (0)