summaryrefslogtreecommitdiff
path: root/doc/ref/api-debug.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-10-08 10:54:03 +0200
committerAndy Wingo <wingo@pobox.com>2010-10-08 10:54:03 +0200
commit6b1d1af7daf6cd252d6a4ac113b96fab13351fef (patch)
tree021275e74da0b933c9c51b4219362fd96db50758 /doc/ref/api-debug.texi
parent63e36ea6da6e8e9599c18a6235617283c4c7832f (diff)
downloadguile-6b1d1af7daf6cd252d6a4ac113b96fab13351fef.tar.gz
proof-reading fixen in api-debug
* doc/ref/api-debug.texi (Trap States, High-Level Traps): A couple of proof-reading fixes.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r--doc/ref/api-debug.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi
index 709da3fb2..7efbb755f 100644
--- a/doc/ref/api-debug.texi
+++ b/doc/ref/api-debug.texi
@@ -1175,7 +1175,7 @@ state}. The trap state object is not exposed to the user; rather, API
that works on trap states fetches the current trap state from the
dynamic environment.
-Traps identified by integers. A trap can be enabled, disabled, or
+Traps are identified by integers. A trap can be enabled, disabled, or
removed, and can have an associated user-visible name.
These procedures have their own module:
@@ -1230,13 +1230,13 @@ Do you enter a debugger, or mail a summary of the situation to your
great-aunt, or what?
So for the common case in which you just want to install breakpoints,
-and then have them all result in calls one parameterizable procedure, we
-have the high-level trap interface.
+and then have them all result in calls to one parameterizable procedure,
+we have the high-level trap interface.
Perhaps we should have started this section with this interface, as it's
clearly the one most people should use. But as its capabilities and
limitations proceed from the lower layers, we felt that the
-character-building exercise of building a mental model could be useful.
+character-building exercise of building a mental model might be helpful.
These procedures share a module with trap states: