We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39d4fc commit 4d1e48eCopy full SHA for 4d1e48e
src/doc/trpl/ownership.md
@@ -3,7 +3,7 @@
3
This guide is one of three presenting Rust’s ownership system. This is one of
4
Rust’s most unique and compelling features, with which Rust developers should
5
become quite acquainted. Ownership is how Rust achieves its largest goal,
6
-memory safety. The there are a few distinct concepts, each with its own
+memory safety. There are a few distinct concepts, each with its own
7
chapter:
8
9
* ownership, which you’re reading now.
0 commit comments