diff options
| author | Taylor Yu <tlyu@mit.edu> | 2021-05-22 21:56:14 -0500 |
|---|---|---|
| committer | Taylor Yu <tlyu@mit.edu> | 2021-05-22 21:56:14 -0500 |
| commit | 4c46e5e1a33478d6cdb5f2a08b62f5ee79e35dd9 (patch) | |
| tree | 007fcc2e714199fc2a0d2feb3ea10f6f39681142 /info.toml | |
| parent | 4da9e7ee2908b697ca76a94676fe9680248af7c9 (diff) | |
chore: minor typos in move_semantics5 hints
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -216,8 +216,8 @@ path = "exercises/move_semantics/move_semantics5.rs" mode = "compile" hint = """ Carefully reason about the range in which each mutable reference is in -vogue. Does updating the value of referrent (x) immediately after the -mutable reference is taken helps? Read more about 'Mutable Referenes' +vogue. Does updating the value of referent (x) immediately after the +mutable reference is taken helps? Read more about 'Mutable References' in the book's section References and Borrowing': https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references.""" |
