guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 05/05: Fix "display" typo in make-thread and begin-threa


From: Rob Browning
Subject: [Guile-commits] 05/05: Fix "display" typo in make-thread and begin-thread docs
Date: Sun, 17 Jan 2021 15:05:56 -0500 (EST)

rlb pushed a commit to branch master
in repository guile.

commit b5ecfdd06161385ef7d6c222926d84b31371565b
Author: Rob Browning <rlb@defaultvalue.org>
AuthorDate: Sun Jan 17 13:04:32 2021 -0600

    Fix "display" typo in make-thread and begin-thread docs
    
    * doc/ref/api-scheduling.texi (make-thread, begin-thread): fix "display"
      typo.
---
 doc/ref/api-scheduling.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index 413a213..09e65e7 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -125,14 +125,14 @@ interrupts.
 
 @deffn macro make-thread proc arg @dots{}
 Apply @var{proc} to @var{arg} @dots{} in a new thread formed by
-@code{call-with-new-thread} using a default error handler that display
+@code{call-with-new-thread} using a default error handler that displays
 the error to the current error port.  The @var{arg} @dots{}
 expressions are evaluated in the new thread.
 @end deffn
 
 @deffn macro begin-thread expr1 expr2 @dots{}
 Evaluate forms @var{expr1} @var{expr2} @dots{} in a new thread formed by
-@code{call-with-new-thread} using a default error handler that display
+@code{call-with-new-thread} using a default error handler that displays
 the error to the current error port.
 @end deffn
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]