Skip to content

Commit c0d8593

Browse files
mmerkesepage
andcommitted
Update src/tutorial/impl-draft.md
Co-authored-by: Ed Page <eopage@gmail.com>
1 parent f484004 commit c0d8593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tutorial/impl-draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Give it a try: `cargo run -- main src/main.rs` should work now!
5454
<aside class="exercise">
5555

5656
**Exercise for the reader:**
57-
This is not the best implementation.
58-
It will read the whole file into memory, no matter how large the file may be.
57+
This is not the best implementation as
58+
it will read the whole file into memory, no matter how large the file may be.
5959
Find a way to optimize it!
6060
(One idea might be to use a [`BufReader`]
6161
instead of `read_to_string()`.)

0 commit comments

Comments
 (0)