We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e8056 commit 91d3e7fCopy full SHA for 91d3e7f
src/libcore/io.rs
@@ -16,13 +16,13 @@ A quick summary:
16
17
## `Reader` and `Writer` traits
18
19
-These traits define the simplest amount of methods that anything that can do
+These traits define the minimal set of methods that anything that can do
20
input and output should implement.
21
22
## `ReaderUtil` and `WriterUtil` traits
23
24
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
+number of bytes into a buffer, while `ReaderUtil` allows you to read a whole
26
line, for example.
27
28
Generally, these richer methods are probably the ones you want to actually
0 commit comments