From 4b1d76ec8f35052480eb14204d147df658bfdfdd Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Fri, 11 Dec 2020 01:11:45 +0900 Subject: docs: fix typo in signal module documentation (#3249) --- tokio/src/signal/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/signal/mod.rs b/tokio/src/signal/mod.rs index 6e5e350d..d347e6ed 100644 --- a/tokio/src/signal/mod.rs +++ b/tokio/src/signal/mod.rs @@ -5,7 +5,7 @@ //! signal handling, but it should be evaluated for your own applications' needs //! to see if it's suitable. //! -//! The are some fundamental limitations of this crate documented on the OS +//! There are some fundamental limitations of this crate documented on the OS //! specific structures, as well. //! //! # Examples -- cgit v1.2.3