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.
2 parents df821dc + 5b80172 commit 7fa5baaCopy full SHA for 7fa5baa
src/doc/intro.md
@@ -18,7 +18,7 @@ and its implications on a task that programmers usually find very difficult: con
18
19
Ownership is central to Rust,
20
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,
+"Ownership" refers to which parts of your code are allowed to read,
22
write, and ultimately release, memory.
23
Let's start by looking at some C++ code:
24
0 commit comments