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

This commit is contained in:
Yusuke Tanaka 2020-12-11 01:11:45 +09:00 committed by GitHub
parent 9646b4bce3
commit 4b1d76ec8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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