signal: Trivial typo fix.

This commit is contained in:
Chris Emerson 2016-11-07 22:04:08 +00:00 committed by Carl Lerche
parent f3f8ee431e
commit 1a122018a2

View File

@ -1,6 +1,6 @@
//! Asynchronous signal handling for Tokio //! 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 //! asynchronous I/O framework in Rust. The primary type exported from this
//! crate, `unix::Signal`, allows listening for arbitrary signals on Unix //! crate, `unix::Signal`, allows listening for arbitrary signals on Unix
//! platforms, receiving them in an asynchronous fashion. //! platforms, receiving them in an asynchronous fashion.