From 1a122018a22e031098c4ef3e25494e52e716d9b0 Mon Sep 17 00:00:00 2001 From: Chris Emerson Date: Mon, 7 Nov 2016 22:04:08 +0000 Subject: [PATCH] signal: Trivial typo fix. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 40ca57250..261dcb46a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.