Skip to content

Commit d475bab

Browse files
Javadoc: Inner -> Worker
#808
1 parent af40052 commit d475bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Scheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public abstract class Scheduler {
4848
* <p>
4949
* Work on a {@link Scheduler.Worker} is guaranteed to be sequential.
5050
*
51-
* @return Inner representing a serial queue of actions to be executed
51+
* @return Worker representing a serial queue of actions to be executed
5252
*/
5353
public abstract Worker createWorker();
5454

0 commit comments

Comments
 (0)