Trivial typo fix.

This commit is contained in:
Chris Emerson
2016-11-07 22:04:08 +00:00
committed by GitHub
parent 72283f178a
commit 424be889a4
+1 -1
View File
@@ -1,6 +1,6 @@
//! Asynchronous signal handling for Tokio
//!
//! This crate implements asynchronous signal handling for Tokio, and
//! This crate implements asynchronous signal handling for Tokio, an
//! asynchronous I/O framework in Rust. The primary type exported from this
//! crate, `unix::Signal`, allows listening for arbitrary signals on Unix
//! platforms, receiving them in an asynchronous fashion.