Skip to content

Commit

Permalink
Merge pull request #157 from timmc/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in lib docs
  • Loading branch information
vorner committed Mar 30, 2024
2 parents 7dfed90 + ad55d28 commit b65232e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//! thing. It can register for a set of signals and produce them one by one, in a blocking manner.
//! You can reserve a thread for handling them as they come. If you want something asynchronous,
//! there are adaptor crates for the most common asynchronous runtimes. The module also contains
//! ways to build iterators that produce a bit more information that just the signal number.
//! ways to build iterators that produce a bit more information than just the signal number.
//!
//! The [`flag`] module contains routines to set a flag based on incoming signals and to do
//! certain actions inside the signal handlers based on the flags (the flags can also be
Expand Down

0 comments on commit b65232e

Please sign in to comment.