Update mod.rs

This commit is contained in:
Gav Wood 2016-02-01 16:19:59 +01:00
parent 2bddc938af
commit 205a1990d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! 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
//! extern crate ethcore_util;