Skip to content

Commit 39be004

Browse files
jakobnissennhz2
andcommitted
Update base/iobuffer.jl
Co-authored-by: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com>
1 parent 30e35bd commit 39be004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/iobuffer.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ julia> isempty(take!(io)) # io is now empty
825825
true
826826
```
827827
828-
!!! compat "Julia 1.12"
829-
This function requires at least Julia 1.12.
828+
!!! compat "Julia 1.13"
829+
This function requires at least Julia 1.13.
830830
"""
831831
function takestring!(io::IOBuffer)
832832
# If the buffer has been used up and needs to be replaced, there are no bytes, and

0 commit comments

Comments
 (0)