Skip to content

Commit

Permalink
Align arguments number in breakpoints hook docstring (#583)
Browse files Browse the repository at this point in the history
The hook function must accept two arguments as explained in the more detailed description.
  • Loading branch information
disberd authored Aug 20, 2023
1 parent 7849d4a commit 910cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breakpoints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const breakpoint_update_hooks = []
"""
on_breakpoints_updated(f)
Register a one-argument function to be called after any update to the set of all
Register a two-argument function to be called after any update to the set of all
breakpoints. This includes their creation, deletion, enabling and disabling.
The function `f` should take two inputs:
Expand Down

0 comments on commit 910cb6f

Please sign in to comment.