Skip to content

Commit 7fa5baa

Browse files
committed
auto merge of #14622 : reillywatson/rust/master, r=alexcrichton
2 parents df821dc + 5b80172 commit 7fa5baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and its implications on a task that programmers usually find very difficult: con
1818

1919
Ownership is central to Rust,
2020
and is the feature from which many of Rust's powerful capabilities are derived.
21-
"Ownership" refers to which parts of your code are allowed read,
21+
"Ownership" refers to which parts of your code are allowed to read,
2222
write, and ultimately release, memory.
2323
Let's start by looking at some C++ code:
2424

0 commit comments

Comments
 (0)