typo fix in io_token's comment section

This commit is contained in:
Guanqun Lu
2017-07-12 13:21:54 +08:00
committed by GitHub
parent c13e7f3533
commit 5fe7b4225f
+1 -1
View File
@@ -20,7 +20,7 @@ impl IoToken {
///
/// When a new I/O object is created it needs to be communicated to the
/// event loop to ensure that it's registered and ready to receive
/// notifications. The event loop with then respond back with the I/O object
/// notifications. The event loop will then respond back with the I/O object
/// and a token which can be used to send more messages to the event loop.
///
/// The token returned is then passed in turn to each of the methods below