We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b301c + b821ffd commit 604166fCopy full SHA for 604166f
info.toml
@@ -231,7 +231,7 @@ path = "exercises/move_semantics/move_semantics5.rs"
231
mode = "compile"
232
hint = """
233
Carefully reason about the range in which each mutable reference is in
234
-vogue. Does it help to update the value of referent (x) immediately after
+scope. Does it help to update the value of referent (x) immediately after
235
the mutable reference is taken? Read more about 'Mutable References'
236
in the book's section References and Borrowing':
237
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references.
0 commit comments