Skip to content

Commit

Permalink
Update doc/src/base/io-network.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jameson Nash <[email protected]>
  • Loading branch information
fonsp and vtjnash committed Oct 30, 2023
1 parent 40c248a commit edf7b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/base/io-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Base.stdout
Base.stderr
Base.stdin
Base.read(::String)
Base.write(::String, ::Any)
Base.read(::AbstractString)
Base.write(::AbstractString, ::Any)
Base.open
Base.IOStream
Base.IOBuffer
Expand Down

0 comments on commit edf7b8b

Please sign in to comment.