chore: minor typos in move_semantics5 hints
This commit is contained in:
parent
4da9e7ee29
commit
4c46e5e1a3
@ -216,8 +216,8 @@ path = "exercises/move_semantics/move_semantics5.rs"
|
|||||||
mode = "compile"
|
mode = "compile"
|
||||||
hint = """
|
hint = """
|
||||||
Carefully reason about the range in which each mutable reference is in
|
Carefully reason about the range in which each mutable reference is in
|
||||||
vogue. Does updating the value of referrent (x) immediately after the
|
vogue. Does updating the value of referent (x) immediately after the
|
||||||
mutable reference is taken helps? Read more about 'Mutable Referenes'
|
mutable reference is taken helps? Read more about 'Mutable References'
|
||||||
in the book's section References and Borrowing':
|
in the book's section References and Borrowing':
|
||||||
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references."""
|
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references."""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user