Skip to content

Commit 8b16df5

Browse files
Update from comment
1 parent 202f5d6 commit 8b16df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

courses/rust_essentials/060_references/02_exclusive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Exclusive References
1010
- Allow changing the value they refer to
1111
- Also known as **mutable** references
1212
- No other references (shared or exclusive) can exist simultaneously
13-
- A mutable reference to a type :rust:`T` has type :rust:`&mut T`
13+
- An exclusive reference to a type :rust:`T` has type :rust:`&mut T`
1414

1515
.. code:: rust
1616

0 commit comments

Comments
 (0)