File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ crossbeam-channel = "0.3.9"
32
32
crossbeam-deque = " 0.7.1"
33
33
futures-core-preview = " =0.3.0-alpha.19"
34
34
futures-io-preview = " =0.3.0-alpha.19"
35
- futures-timer = " 1.0.1 "
35
+ futures-timer = " 1.0.2 "
36
36
lazy_static = " 1.4.0"
37
37
log = { version = " 0.4.8" , features = [" kv_unstable" ] }
38
38
memchr = " 2.2.1"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use futures_timer::Delay;
10
10
11
11
/// Creates a new stream that yields at a set interval.
12
12
///
13
- /// The first stream first yields after `dur`, and continues to yield every
13
+ /// The stream first yields after `dur`, and continues to yield every
14
14
/// `dur` after that. The stream accounts for time elapsed between calls, and
15
15
/// will adjust accordingly to prevent time skews.
16
16
///
You can’t perform that action at this time.
0 commit comments