Skip to content

Commit

Permalink
fix a missing close tick in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 authored and BurntSushi committed Sep 21, 2017
1 parent d37cd95 commit 28d3745
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 @@ -77,7 +77,7 @@ very difficult to do anything non-trivial inside a signal handler.
After a call to `notify`/`notify_on` (or `block`), the given signals are set
to *blocked*. This is necessary for synchronous signal handling using `sigwait`.
After the first call to `notify` (or `notify_on'), a new thread is spawned and
After the first call to `notify` (or `notify_on`), a new thread is spawned and
immediately blocks on a call to `sigwait`. It is only unblocked when one of the
signals that were masked previously by calls to `notify` etc. arrives, which now
cannot be delivered directly to any of the threads of the process, and therefore
Expand Down

0 comments on commit 28d3745

Please sign in to comment.