Skip to content

Commit

Permalink
Merge pull request #9383 from nsaphra/patch-1
Browse files Browse the repository at this point in the history
Update networking-and-streams.rst
  • Loading branch information
tkelman committed Dec 17, 2014
2 parents ed5a8fc + 6d57cdc commit 9c49ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/networking-and-streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data to be read as the second argument. For example, to read a simple byte array
0x00
0x00

julia> read(STDIN,x)
julia> read!(STDIN,x)
abcd
4-element Array{UInt8,1}:
0x61
Expand Down

0 comments on commit 9c49ee7

Please sign in to comment.