summaryrefslogtreecommitdiffstats
path: root/tokio/src/signal/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/signal/mod.rs')
-rw-r--r--tokio/src/signal/mod.rs2
1 files changed, 1 insertions, 1 deletions
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