We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0c38c commit 7cd552cCopy full SHA for 7cd552c
src/main/java/io/reactivex/schedulers/Schedulers.java
@@ -141,7 +141,7 @@ public static Scheduler computation() {
141
* This can be used for asynchronously performing blocking IO.
142
* <p>
143
* The implementation is backed by a pool of single-threaded {@link ScheduledExecutorService} instances
144
- * that will try to reuse previoulsy started instances used by the worker
+ * that will try to reuse previously started instances used by the worker
145
* returned by {@link io.reactivex.Scheduler#createWorker()} but otherwise will start a new backing
146
* {@link ScheduledExecutorService} instance. Note that this scheduler may create an unbounded number
147
* of worker threads that can result in system slowdowns or {@code OutOfMemoryError}. Therefore, for casual uses
0 commit comments