Skip to content

Commit 01a7853

Browse files
committed
refactor: remove referent to improve readability
1 parent 7105310 commit 01a7853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ path = "exercises/06_move_semantics/move_semantics5.rs"
378378
mode = "test"
379379
hint = """
380380
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
381+
scope. Does it help to update the value of `x` immediately after
382382
the mutable reference is taken? Read more about 'Mutable References'
383383
in the book's section 'References and Borrowing':
384384
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references.

0 commit comments

Comments
 (0)