Skip to content

Commit

Permalink
[doc]: correct docstring for strip (JuliaLang#39231)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jan 14, 2021
1 parent bbe4cfa commit eb567b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ rstrip(s::AbstractString, chars::Chars) = rstrip(in(chars), s)
Remove leading and trailing characters from `str`, either those specified by `chars` or
those for which the function `pred` returns `true`.
The default behaviour is to remove leading whitespace and delimiters: see
The default behaviour is to remove leading and trailing whitespace and delimiters: see
[`isspace`](@ref) for precise details.
The optional `chars` argument specifies which characters to remove: it can be a single
Expand Down

0 comments on commit eb567b2

Please sign in to comment.