Skip to content

Commit f18f8f1

Browse files
committed
Fix typo on restyling
1 parent 0a90836 commit f18f8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public interface Publisher<T> {
8383

8484
| ID | Rule |
8585
| ------ | ------------------------------------------------------------------------------------------------------ |
86-
| 1 | The number of `onNext` signaled by a `Publisher` to a `Subscriber` MUST NOT exceed the cumulative demand that has been |
86+
| 1 | The number of `onNext` signaled by a `Publisher` to a `Subscriber` MUST NOT exceed the cumulative demand that has been signaled via that `Subscriber`’s `Subscription` |
8787
| 2 | A `Publisher` MAY signal less `onNext` than requested and terminate the `Subscription` by calling `onComplete` or `onError` |
8888
| 3 | Events signaled to a `Subscriber` MUST be signaled sequentially (no concurrent notifications) |
8989
| 4 | If a `Publisher` fails it MUST signal an `onError` |

0 commit comments

Comments
 (0)