Skip to content

Commit 257ae1b

Browse files
authored
add a missing method definition to docstring (#181)
1 parent 0df5059 commit 257ae1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/breakpoints.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ end
233233

234234
"""
235235
breakpoint(filename, line)
236+
breakpoint(filename, line, condition)
236237
237238
Set a breakpoint at the specified file and line number.
238239
"""

0 commit comments

Comments
 (0)