Skip to content

Commit

Permalink
Update standard_library_files_streams.rst
Browse files Browse the repository at this point in the history
Changed "stream I/O supports" to "stream I/O support"
  • Loading branch information
dm-at-ada authored Sep 5, 2023
1 parent a57664f commit 392f75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ corrupted. Unfortunately, strong data typing doesn't help you in this
case. Writing simple procedures for file I/O (as in the example above) may
help ensuring that the file format is consistent.

Like direct I/O, stream I/O supports also allows you to access any location
Like direct I/O, stream I/O support also allows you to access any location
in the file. However, when doing so, you need to be extremely careful that
the position of the new index is consistent with the data types you're
expecting.

0 comments on commit 392f75d

Please sign in to comment.