Skip to content

Commit 4521922

Browse files
authored
Merge pull request Froussios#33 from selmanon/master
fix typo
2 parents 259e1fe + b94b93a commit 4521922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 3 - Taming the sequence/5. Time-shifted sequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Observable.interval(150, TimeUnit.MILLISECONDS)
368368

369369
## Throttling
370370

371-
Throttling is also intended for thining out a sequence. When the producer emits more values than we want and we don't need every sequential value, we can thin out the sequence by throttling it.
371+
Throttling is also intended for thinning out a sequence. When the producer emits more values than we want and we don't need every sequential value, we can thin out the sequence by throttling it.
372372

373373
### throttleFirst
374374

0 commit comments

Comments
 (0)