Confusing sentence about errors in fs::read
#114432
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Libs-Small
Libs issues that are considered "small" or self-contained
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Location
fs::read
's errors sectionSummary
It holds this hard to follow sentence:
"It will also return an error if it encounters while reading an error of a kind other than [
io::ErrorKind::Interrupted
]."fs::read
The text was updated successfully, but these errors were encountered: