Skip to content

Commit 910cb6f

Browse files
authored
Align arguments number in breakpoints hook docstring (#583)
The hook function must accept two arguments as explained in the more detailed description.
1 parent 7849d4a commit 910cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breakpoints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const breakpoint_update_hooks = []
1414
"""
1515
on_breakpoints_updated(f)
1616
17-
Register a one-argument function to be called after any update to the set of all
17+
Register a two-argument function to be called after any update to the set of all
1818
breakpoints. This includes their creation, deletion, enabling and disabling.
1919
2020
The function `f` should take two inputs:

0 commit comments

Comments
 (0)