Skip to content

Commit 0b59ebe

Browse files
committed
Merge pull request #247 from davidmoten/add-space
Publisher: add space to javadoc
2 parents 0a0cf21 + d6a06ee commit 0b59ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/reactivestreams/Publisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* A {@link Publisher} is a provider of a potentially unbounded number of sequenced elements, publishing them according to
55
* the demand received from its {@link Subscriber}(s).
66
* <p>
7-
* A {@link Publisher} can serve multiple {@link Subscriber}s subscribed {@link #subscribe(Subscriber)}dynamically
7+
* A {@link Publisher} can serve multiple {@link Subscriber}s subscribed {@link #subscribe(Subscriber)} dynamically
88
* at various points in time.
99
*
1010
* @param <T> the type of element signaled.

0 commit comments

Comments
 (0)