Skip to content

Commit

Permalink
Fix typo in split docstring (JuliaLang#27303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored and simonbyrne committed May 29, 2018
1 parent 0c575eb commit 1d3de4c
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 @@ -263,7 +263,7 @@ end
split(str::AbstractString, dlm; limit::Integer=0, keepempty::Bool=true)
split(str::AbstractString; limit::Integer=0, keepempty::Bool=false)
Split `str` into an array of substrings on occurences of the delimiter `dlm`. `dlm`
Split `str` into an array of substrings on occurrences of the delimiter(s) `dlm`. `dlm`
can be any of the formats allowed by [`findnext`](@ref)'s first argument (i.e. as a
string, regular expression or a function), or as a single character or collection of
characters.
Expand Down

0 comments on commit 1d3de4c

Please sign in to comment.