mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
doc: Fix typo in api-debug.texi.
* doc/ref/api-debug.texi (Debugging): Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7c17655cd3
commit
18c7637640
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue