We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0cf21 + d6a06ee commit 0b59ebeCopy full SHA for 0b59ebe
api/src/main/java/org/reactivestreams/Publisher.java
@@ -4,7 +4,7 @@
4
* A {@link Publisher} is a provider of a potentially unbounded number of sequenced elements, publishing them according to
5
* the demand received from its {@link Subscriber}(s).
6
* <p>
7
- * A {@link Publisher} can serve multiple {@link Subscriber}s subscribed {@link #subscribe(Subscriber)}dynamically
+ * A {@link Publisher} can serve multiple {@link Subscriber}s subscribed {@link #subscribe(Subscriber)} dynamically
8
* at various points in time.
9
*
10
* @param <T> the type of element signaled.
0 commit comments