Skip to content

Commit

Permalink
docs: fix docstring of kill (#75)
Browse files Browse the repository at this point in the history
* docs: fix docstring of kill

* Update src/PProf.jl

Co-authored-by: Nathan Daly <nathan.daly@relational.ai>

Co-authored-by: Nathan Daly <nathan.daly@relational.ai>
  • Loading branch information
msagarpatel and NHDaly authored Oct 25, 2022
1 parent 025e0b0 commit 82bebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PProf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function refresh(; webhost::AbstractString = "localhost",
end

"""
pprof_kill()
PProf.kill()
Kills the pprof server if running.
"""
Expand Down

0 comments on commit 82bebb5

Please sign in to comment.