Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Apr 19, 2016
1 parent cdeb4df commit 1de2164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Tuple2<Long, Long> nowAndLater =

## Schedulers

Reactor use a [Scheduler](http://projectreactor.io/core/docs/api/?reactor/core/scheduler/Scheduler.html) as a
Reactor uses a [Scheduler](http://projectreactor.io/core/docs/api/?reactor/core/scheduler/Scheduler.html) as a
contract for `Runnable` execution. It provides some guarantees required by Reactive Streams flows like FIFO execution.

You can create low-latency [event loop resources](http://projectreactor.io/core/docs/api/?reactor/core/publisher/Computations.html) to share with multiple Subscribers for producing flows
Expand Down

0 comments on commit 1de2164

Please sign in to comment.