Skip to content

Commit 4e098f1

Browse files
bicycle1885KristofferC
authored andcommitted
remove redundant text in a docstring (JuliaLang#28663)
1 parent bcce68d commit 4e098f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/strings/io.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ IOBuffer(s::SubString{String}) = IOBuffer(view(unsafe_wrap(Vector{UInt8}, s.stri
223223
Join an array of `strings` into a single string, inserting the given delimiter between
224224
adjacent strings. If `last` is given, it will be used instead of `delim` between the last
225225
two strings. If `io` is given, the result is written to `io` rather than returned as
226-
as a `String`. For example,
226+
as a `String`.
227227
228228
# Examples
229229
```jldoctest

0 commit comments

Comments
 (0)