mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 14:59:37 +02:00
Update shared.md (#2292)
This commit is contained in:
parent
590a88fc3d
commit
958bfe58c5
@ -4,9 +4,9 @@ minutes: 10
|
|||||||
|
|
||||||
# Shared References
|
# Shared References
|
||||||
|
|
||||||
A reference provides a way to access another value without taking responsibility
|
A reference provides a way to access another value without taking ownership of
|
||||||
for the value, and is also called "borrowing". Shared references are read-only,
|
the value, and is also called "borrowing". Shared references are read-only, and
|
||||||
and the referenced data cannot change.
|
the referenced data cannot change.
|
||||||
|
|
||||||
<!-- mdbook-xgettext: skip -->
|
<!-- mdbook-xgettext: skip -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user