Skip to content

Commit 199956c

Browse files
authored
Update README.md
1 parent 027fc4c commit 199956c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ behavior of that Publisher in regards to deferred execution and multiple Subscri
197197
subscribes, supports multiple Subscribers, and caches the result of a database call
198198
(the same result of the same call is emitted to each Subscriber).
199199
- Typically, a Publisher of multiple items defers execution until a Subscriber
200-
signals demand, and does not support mulitple subscribers.
200+
signals demand, and does not support multiple subscribers.
201201

202202
### Errors
203203
- The error code of an R2dbcException is an [Oracle Database

0 commit comments

Comments
 (0)