Skip to content

Commit 28d3745

Browse files
oconnor663BurntSushi
authored andcommitted
fix a missing close tick in the docs
1 parent d37cd95 commit 28d3745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ very difficult to do anything non-trivial inside a signal handler.
7777
After a call to `notify`/`notify_on` (or `block`), the given signals are set
7878
to *blocked*. This is necessary for synchronous signal handling using `sigwait`.
7979
80-
After the first call to `notify` (or `notify_on'), a new thread is spawned and
80+
After the first call to `notify` (or `notify_on`), a new thread is spawned and
8181
immediately blocks on a call to `sigwait`. It is only unblocked when one of the
8282
signals that were masked previously by calls to `notify` etc. arrives, which now
8383
cannot be delivered directly to any of the threads of the process, and therefore

0 commit comments

Comments
 (0)