We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37cd95 commit 28d3745Copy full SHA for 28d3745
src/lib.rs
@@ -77,7 +77,7 @@ very difficult to do anything non-trivial inside a signal handler.
77
After a call to `notify`/`notify_on` (or `block`), the given signals are set
78
to *blocked*. This is necessary for synchronous signal handling using `sigwait`.
79
80
-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
81
immediately blocks on a call to `sigwait`. It is only unblocked when one of the
82
signals that were masked previously by calls to `notify` etc. arrives, which now
83
cannot be delivered directly to any of the threads of the process, and therefore
0 commit comments