We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027fc4c commit 199956cCopy full SHA for 199956c
README.md
@@ -197,7 +197,7 @@ behavior of that Publisher in regards to deferred execution and multiple Subscri
197
subscribes, supports multiple Subscribers, and caches the result of a database call
198
(the same result of the same call is emitted to each Subscriber).
199
- Typically, a Publisher of multiple items defers execution until a Subscriber
200
-signals demand, and does not support mulitple subscribers.
+signals demand, and does not support multiple subscribers.
201
202
### Errors
203
- The error code of an R2dbcException is an [Oracle Database
0 commit comments