We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af40052 commit d475babCopy full SHA for d475bab
rxjava-core/src/main/java/rx/Scheduler.java
@@ -48,7 +48,7 @@ public abstract class Scheduler {
48
* <p>
49
* Work on a {@link Scheduler.Worker} is guaranteed to be sequential.
50
*
51
- * @return Inner representing a serial queue of actions to be executed
+ * @return Worker representing a serial queue of actions to be executed
52
*/
53
public abstract Worker createWorker();
54
0 commit comments