1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 14:31:15 +02:00

Update shared.md (#2292)

This commit is contained in:
Jason Lin 2024-08-21 16:34:08 +10:00 committed by GitHub
parent 590a88fc3d
commit 958bfe58c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@ minutes: 10
# Shared References
A reference provides a way to access another value without taking responsibility
for the value, and is also called "borrowing". Shared references are read-only,
and the referenced data cannot change.
A reference provides a way to access another value without taking ownership of
the value, and is also called "borrowing". Shared references are read-only, and
the referenced data cannot change.
<!-- mdbook-xgettext: skip -->