Skip to content

Commit

Permalink
Update base/io.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Fourquet <[email protected]>
  • Loading branch information
stevengj and rfourquet committed Jul 5, 2023
1 parent 7061e7f commit 13bbd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ false (as it is by default), these trailing newline characters are removed from
line before it is returned. When `keep` is true, they are returned as part of the
line.
Returns a `String`. See also [`copyline`](@ref) to instead write in-place
Return a `String`. See also [`copyline`](@ref) to instead write in-place
to another stream (which can be a preallocated [`IOBuffer`](@ref)).
See also [`readuntil`](@ref) for reading until more general delimiters.
Expand Down

0 comments on commit 13bbd48

Please sign in to comment.