diff options
| author | bors <bors@rust-lang.org> | 2014-06-03 10:01:40 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-03 10:01:40 -0700 |
| commit | 7fa5baa7cae5ba84cdd50cfebc729ea82c0a2f39 (patch) | |
| tree | 6a895597fcec3c86e43bd5fffce6850ee162a893 /src | |
| parent | df821dc1aa60ad3e8196fb88053f308c274f6244 (diff) | |
| parent | 5b80172f10e574ffe81490cb061e00c35e808def (diff) | |
| download | rust-7fa5baa7cae5ba84cdd50cfebc729ea82c0a2f39.tar.gz rust-7fa5baa7cae5ba84cdd50cfebc729ea82c0a2f39.zip | |
auto merge of #14622 : reillywatson/rust/master, r=alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/intro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/intro.md b/src/doc/intro.md index 50f57aca12f..4d1eb1b31a7 100644 --- a/src/doc/intro.md +++ b/src/doc/intro.md @@ -18,7 +18,7 @@ and its implications on a task that programmers usually find very difficult: con Ownership is central to Rust, and is the feature from which many of Rust's powerful capabilities are derived. -"Ownership" refers to which parts of your code are allowed read, +"Ownership" refers to which parts of your code are allowed to read, write, and ultimately release, memory. Let's start by looking at some C++ code: |
