Fixed typo (#9467)
This commit is contained in:
parent
c1aed4af45
commit
51eac1926f
@ -31,7 +31,7 @@ use std::time::Duration;
|
|||||||
pub type TimerToken = usize;
|
pub type TimerToken = usize;
|
||||||
/// Timer ID
|
/// Timer ID
|
||||||
pub type StreamToken = usize;
|
pub type StreamToken = usize;
|
||||||
/// IO Hadndler ID
|
/// IO Handler ID
|
||||||
pub type HandlerId = usize;
|
pub type HandlerId = usize;
|
||||||
|
|
||||||
/// Maximum number of tokens a handler can use
|
/// Maximum number of tokens a handler can use
|
||||||
|
Loading…
Reference in New Issue
Block a user