Skip to content

Commit 4c46e5e

Browse files
committed
chore: minor typos in move_semantics5 hints
1 parent 4da9e7e commit 4c46e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ path = "exercises/move_semantics/move_semantics5.rs"
216216
mode = "compile"
217217
hint = """
218218
Carefully reason about the range in which each mutable reference is in
219-
vogue. Does updating the value of referrent (x) immediately after the
220-
mutable reference is taken helps? Read more about 'Mutable Referenes'
219+
vogue. Does updating the value of referent (x) immediately after the
220+
mutable reference is taken helps? Read more about 'Mutable References'
221221
in the book's section References and Borrowing':
222222
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references."""
223223

0 commit comments

Comments
 (0)