From 329ca3729f557cf43909b85cce468962af926d28 Mon Sep 17 00:00:00 2001 From: pmc4 <117096890+pmc4@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:24:23 +0100 Subject: [PATCH] Fix typo in docstring --- src/helper_functions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper_functions.jl b/src/helper_functions.jl index 012de41..c38b54b 100644 --- a/src/helper_functions.jl +++ b/src/helper_functions.jl @@ -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