Skip to content

Commit 9565310

Browse files
sabondanoJosé Valim
authored andcommitted
Fix small typo in break!/4 doc (#7554)
Signed-off-by: José Valim <[email protected]>
1 parent 7181231 commit 9565310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ defmodule IEx do
643643
By default, the number of stops in a breakpoint is 1. Any follow-up
644644
call won't stop the code execution unless another breakpoint is set.
645645
646-
Alternatively, the number of be increased by passing the `stops`
646+
Alternatively, the number of stops can be increased by passing the `stops`
647647
argument. `IEx.Helpers.reset_break/1` and `IEx.Helpers.reset_break/3`
648648
can be used to reset the number back to zero. Note the module remains
649649
"instrumented" even after all stops on all breakpoints are consumed.

0 commit comments

Comments
 (0)