From 18c7637640c6365e1ce3251d60c78c0c93b45f84 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 10 Mar 2020 15:36:03 +0100 Subject: doc: Fix typo in api-debug.texi. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/api-debug.texi (Debugging): Fix typo. Signed-off-by: Ludovic Courtès --- 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 d7d0412f7..6718752fa 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. -- cgit v1.2.3