Skip to content

Commit

Permalink
Merge pull request #28 from tshepang/patch-1
Browse files Browse the repository at this point in the history
doc: intro nits
  • Loading branch information
tailhook committed Nov 19, 2016
2 parents 267f170 + 7236186 commit 5f0e36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! The mio-based framework for doing I/O in simple and composable way
//!
//! More documentation in [the guide](http://rotor.readthedocs.org)
//! The mio-based framework for doing I/O in a simple and composable way.
//!
//! You may want to look at [the guide](http://rotor.readthedocs.org).

#![crate_name="rotor"]

pub extern crate void as void_original;
Expand Down

0 comments on commit 5f0e36b

Please sign in to comment.