unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* tiny typo fix
@ 2022-10-14  6:30 Dmitry Polyakov
  0 siblings, 0 replies; only message in thread
From: Dmitry Polyakov @ 2022-10-14  6:30 UTC (permalink / raw)
  To: guile-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-api-scheduling.texi-Fix-typo.patch --]
[-- Type: text/x-patch, Size: 902 bytes --]

From 49129805f8103a4a88de6bec696ceff16420ac8a Mon Sep 17 00:00:00 2001
From: Dmitry Polyakov <liltechdude@gmail.com>
Date: Fri, 14 Oct 2022 10:31:11 +0500
Subject: [PATCH] api-scheduling.texi: Fix typo

* doc/ref/api-scheduling.texi (thread?): fix typo
---
 doc/ref/api-scheduling.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index 09e65e728..ffefbf416 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -80,7 +80,7 @@ Once @var{body} or @var{handler} returns, the return value is made the
 
 @deffn {Scheme Procedure} thread? obj
 @deffnx {C Function} scm_thread_p (obj)
-Return @code{#t} ff @var{obj} is a thread; otherwise, return
+Return @code{#t} if @var{obj} is a thread; otherwise, return
 @code{#f}.
 @end deffn
 

base-commit: bc3b1a4e2d19cf9fd748297bcecf4f868499fa62
-- 
2.38.0


[-- Attachment #2: Type: text/plain, Size: 29 bytes --]


-- 
sanity level in trouble

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-14  6:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14  6:30 tiny typo fix Dmitry Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).