guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated: doc: Fix typo in api-debug.texi.


From: Ludovic Courtès
Subject: [Guile-commits] branch master updated: doc: Fix typo in api-debug.texi.
Date: Wed, 11 Mar 2020 07:14:54 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new 18c7637  doc: Fix typo in api-debug.texi.
18c7637 is described below

commit 18c7637640c6365e1ce3251d60c78c0c93b45f84
Author: Jan Synacek <address@hidden>
AuthorDate: Tue Mar 10 15:36:03 2020 +0100

    doc: Fix typo in api-debug.texi.
    
    * doc/ref/api-debug.texi (Debugging): Fix typo.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/ref/api-debug.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi
index d7d0412..6718752 100644
--- a/doc/ref/api-debug.texi
+++ b/doc/ref/api-debug.texi
@@ -9,7 +9,7 @@
 
 @cindex Debugging
 In order to understand Guile's debugging facilities, you first need to
-understand a little about how Guile represent the Scheme control stack.
+understand a little about how Guile represents the Scheme control stack.
 With that in place we explain the low level trap calls that the virtual
 machine can be configured to make, and the trap and breakpoint
 infrastructure that builds on top of those calls.



reply via email to

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