1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Fix typo in threads documentation

* doc/ref/api-scheduling.texi (Threads): Fix typo.
This commit is contained in:
Andy Wingo 2016-11-02 19:10:33 +01:00
parent fcc6a7ba20
commit 10471f40fe

View file

@ -117,7 +117,7 @@ If @var{thread} has already terminated or been signaled to terminate,
this function is a no-op. Calling @code{join-thread} on the thread will
return the given @var{values}, if the cancel succeeded.
Under this hood, thread cancellation uses @code{system-async-mark} and
Under the hood, thread cancellation uses @code{system-async-mark} and
@code{abort-to-prompt}. @xref{Asyncs} for more on asynchronous
interrupts.
@end deffn