Skip to content

Commit 7c79094

Browse files
typo
Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
1 parent 2c76246 commit 7c79094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-rust-has-provenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This RFC very deliberately aims to be as **minimal** as possible, to just get th
2424
# Motivation
2525
[motivation]: #motivation
2626

27-
"Shared references (and pointers derived from it) are read-only" is a well-established principle in Rust.
27+
"Shared references (and pointers derived from them) are read-only" is a well-established principle in Rust.
2828
The presence of provenance follows directly from that principle, as can be seen by the following example:
2929

3030
```rust

0 commit comments

Comments
 (0)