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 c2414b8 + 01a7853 commit c7a18b0Copy full SHA for c7a18b0
info.toml
@@ -378,7 +378,7 @@ path = "exercises/06_move_semantics/move_semantics5.rs"
378
mode = "test"
379
hint = """
380
Carefully reason about the range in which each mutable reference is in
381
-scope. Does it help to update the value of referent (`x`) immediately after
+scope. Does it help to update the value of `x` immediately after
382
the mutable reference is taken? Read more about 'Mutable References'
383
in the book's section 'References and Borrowing':
384
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references.
0 commit comments