Update mod.rs

This commit is contained in:
Gav Wood 2016-02-01 16:19:59 +01:00
parent 2bddc938af
commit 205a1990d6

View File

@ -1,6 +1,6 @@
//! General IO module. //! General IO module.
//! //!
//! Example usage for craeting a network service and adding an IO handler: //! Example usage for creating a network service and adding an IO handler:
//! //!
//! ```rust //! ```rust
//! extern crate ethcore_util; //! extern crate ethcore_util;