Skip to content

Commit 78cfa53

Browse files
committed
Fixed typo
1 parent 9c5b2c4 commit 78cfa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/rx/internal/schedulers/NewThreadWorker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ public Subscription schedule(final Action0 action, long delayTime, TimeUnit unit
155155
}
156156

157157
/**
158-
* Perform sthe actual scheduling of a potentially delayed task and assigns the
159-
* future to the ScheduledAction returned.
158+
* Performs the actual scheduling of a potentially delayed task and assigns the
159+
* future to the ScheduledAction it returs.
160160
* @param action the action to schedule
161161
* @param delayTime the scheduling delay if positive
162162
* @param unit the scheduling delay's time unit

0 commit comments

Comments
 (0)