Merge pull request #231 from guanqun/master

typo fix in io_token's comment section
This commit is contained in:
Alex Crichton
2017-07-12 09:07:23 -05:00
committed by GitHub
+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