docs: fix typo in signal module documentation (#3249)

This commit is contained in:
Yusuke Tanaka
2020-12-10 08:11:45 -08:00
committed by GitHub
parent 9646b4bce3
commit 4b1d76ec8f
+1 -1
View File
@@ -5,7 +5,7 @@
//! signal handling, but it should be evaluated for your own applications' needs //! signal handling, but it should be evaluated for your own applications' needs
//! to see if it's suitable. //! 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. //! specific structures, as well.
//! //!
//! # Examples //! # Examples