Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
This commit is contained in:
Ralf Jung 2024-01-26 08:27:41 +01:00 committed by GitHub
parent 2c7624634a
commit 7c79094b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ This RFC very deliberately aims to be as **minimal** as possible, to just get th
# Motivation
[motivation]: #motivation
"Shared references (and pointers derived from it) are read-only" is a well-established principle in Rust.
"Shared references (and pointers derived from them) are read-only" is a well-established principle in Rust.
The presence of provenance follows directly from that principle, as can be seen by the following example:
```rust