Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pmc4 committed Dec 15, 2023
1 parent 24c68d9 commit 329ca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper_functions.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
binedges_to_bin_midpoints(data; zero_threshold::Real = 0.0, atol::Real= 0.0)
Transforms a set of points that delimit the vertexes of a binned plot into a set of points
Transforms a set of points that delimits the vertexes of a binned plot into a set of points
for each bin mid point value.
`data` must be two-column array of numbers that delimit some bin vertexes. The function will
Expand Down

0 comments on commit 329ca37

Please sign in to comment.