summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2020-12-11 01:11:45 +0900
committerGitHub <noreply@github.com>2020-12-10 08:11:45 -0800
commit4b1d76ec8f35052480eb14204d147df658bfdfdd (patch)
tree46efd6f41cfaf702fb40c62b89800c511309d584
parent9646b4bce342342cc654c4c0834c0bf3627f7aa0 (diff)
docs: fix typo in signal module documentation (#3249)
-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