Skip to content

Commit

Permalink
remove redundant text in a docstring (#28663)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e098f1)
  • Loading branch information
bicycle1885 authored and KristofferC committed Feb 11, 2019
1 parent a6a2f08 commit f8d441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ IOBuffer(s::SubString{String}) = IOBuffer(view(unsafe_wrap(Vector{UInt8}, s.stri
Join an array of `strings` into a single string, inserting the given delimiter between
adjacent strings. If `last` is given, it will be used instead of `delim` between the last
two strings. If `io` is given, the result is written to `io` rather than returned as
as a `String`. For example,
as a `String`.
# Examples
```jldoctest
Expand Down

0 comments on commit f8d441d

Please sign in to comment.