Skip to content

Commit

Permalink
Add docstring compat annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
non-Jedi committed Jun 4, 2020
1 parent e1ee6af commit 8a004e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,9 @@ Return an iterable object yielding [`read(io, T)`](@ref).
See also: [`skipchars`](@ref), [`eachline`](@ref), [`readuntil`](@ref)
!!! compat "Julia 1.6"
`eachof` requires Julia 1.6 or later.
# Examples
```jldoctest
julia> open("my_file.txt", "w") do io
Expand Down

0 comments on commit 8a004e9

Please sign in to comment.