Skip to content

Commit d2abf86

Browse files
mmerkesepage
andauthored
Update src/tutorial/impl-draft.md
Co-authored-by: Ed Page <eopage@gmail.com>
1 parent 62f2271 commit d2abf86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)