Typo in ownership.md

This commit is contained in:
Tincan 2015-05-07 20:23:47 +02:00
parent a39d4fc684
commit 4d1e48e376

View File

@ -3,7 +3,7 @@
This guide is one of three presenting Rusts ownership system. This is one of
Rusts most unique and compelling features, with which Rust developers should
become quite acquainted. Ownership is how Rust achieves its largest goal,
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
chapter:
* ownership, which youre reading now.