Skip to content

Commit 7cd552c

Browse files
AllanWangakarnokd
authored andcommitted
Update Schedulers.java (#5552)
1 parent 0d0c38c commit 7cd552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/schedulers/Schedulers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)