Skip to content

Commit 91d3e7f

Browse files
committed
Fix wording per feedback
Thanks @catamorphism!
1 parent b1e8056 commit 91d3e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ A quick summary:
1616
1717
## `Reader` and `Writer` traits
1818
19-
These traits define the simplest amount of methods that anything that can do
19+
These traits define the minimal set of methods that anything that can do
2020
input and output should implement.
2121
2222
## `ReaderUtil` and `WriterUtil` traits
2323
2424
Richer methods that allow you to do more. `Reader` only lets you read a certain
25-
amount of bytes into a buffer, while `ReaderUtil` allows you to read a whole
25+
number of bytes into a buffer, while `ReaderUtil` allows you to read a whole
2626
line, for example.
2727
2828
Generally, these richer methods are probably the ones you want to actually

0 commit comments

Comments
 (0)