File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/io/reactivex/schedulers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public static Scheduler computation() {
141141 * This can be used for asynchronously performing blocking IO.
142142 * <p>
143143 * 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
144+ * that will try to reuse previously started instances used by the worker
145145 * returned by {@link io.reactivex.Scheduler#createWorker()} but otherwise will start a new backing
146146 * {@link ScheduledExecutorService} instance. Note that this scheduler may create an unbounded number
147147 * of worker threads that can result in system slowdowns or {@code OutOfMemoryError}. Therefore, for casual uses
You can’t perform that action at this time.
0 commit comments