Skip to content

Commit

Permalink
Add missing backquote in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Sep 4, 2020
1 parent f1c08df commit 2c0bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extras.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ also accept them.
* `extend::Bool=false`: when `false`, an error is raised if some values in `x` fall
outside of the breaks; when `true`, breaks are automatically added to include all
values in `x`, and the upper bound is included in the last interval.
* `labels::Union{AbstractVector,Function}: a vector of strings giving the names to use for
* `labels::Union{AbstractVector,Function}`: a vector of strings giving the names to use for
the intervals; or a function `f(from, to, i; leftclosed, rightclosed)` that generates
the labels from the left and right interval boundaries and the group index. Defaults to
`"[from, to)"` (or `"[from, to]"` for the rightmost interval if `extend == true`).
Expand Down

0 comments on commit 2c0bc35

Please sign in to comment.