We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c76246 commit 7c79094Copy full SHA for 7c79094
text/0000-rust-has-provenance.md
@@ -24,7 +24,7 @@ This RFC very deliberately aims to be as **minimal** as possible, to just get th
24
# Motivation
25
[motivation]: #motivation
26
27
-"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.
28
The presence of provenance follows directly from that principle, as can be seen by the following example:
29
30
```rust
0 commit comments