Skip to content

Commit 0fc47f0

Browse files
committed
Improve some wording
1 parent 04f0837 commit 0fc47f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/debugging.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ C-M-x</kbd>) is a quick way of evaluating the current top-level form with `#dbg`
3434
in front.
3535

3636
At any point, you can bring up a list of all currently instrumented `def`s with
37-
the command `cider-browse-instrumented-defs`. Protocols and types can be
38-
instrumented as well, but they will not be listed by this command.
37+
the command <kbd>M-x</kbd> `cider-browse-instrumented-defs`. Protocols and types
38+
can be instrumented as well, but they will not be listed by this command.
3939

4040
## Keys
4141

@@ -140,9 +140,9 @@ C-M-x` or `C-u C-u C-c C-c`.
140140

141141
## Internal Details
142142

143-
*This section explains a bit of the inner workings of the debugger. It is mostly
144-
to help those who are interested in contributing, and doesn't teach anything
145-
about usage.*
143+
*This section explains a bit of the inner workings of the debugger. It is
144+
intended mostly to help those who are interested in contributing, and doesn't
145+
teach anything about the debugger's usage.*
146146

147147
The CIDER debugger works in several steps:
148148

0 commit comments

Comments
 (0)