Skip to content

Commit 05b72b9

Browse files
bpringebbatsov
authored andcommitted
Remove duplicate "manually"
1 parent 06d2692 commit 05b72b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/modules/ROOT/pages/debugging/debugger.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ debugging mode and will prompt you for what to do next. You can remove
2323
the instrumentation by evaluating the form again normally, using
2424
kbd:[C-M-x].
2525

26-
You can also insert a breakpoint manually into any code
27-
manually by placing `#break` in front of the form where you want the
26+
You can also insert a breakpoint manually into any code by placing `#break` in front of the form where you want the
2827
breakpoint to trigger and then evaluating the form with
2928
kbd:[C-M-x]. When execution reaches the form after the `#break`,
3029
you'll be dropped into the debugger.

0 commit comments

Comments
 (0)