From 13bbd4850ab2c01263463e14ca58d16fdb437234 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 27 Jun 2023 08:29:41 -0400 Subject: [PATCH] Update base/io.jl Co-authored-by: Rafael Fourquet --- base/io.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/io.jl b/base/io.jl index 565afc3a84644..c62d6393d12ec 100644 --- a/base/io.jl +++ b/base/io.jl @@ -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.