Skip to content

Commit

Permalink
Doc: grammar fix in intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reillywatson committed Jun 3, 2014
1 parent 8370137 commit 5b80172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/intro.md
Expand Up @@ -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:

Expand Down

5 comments on commit 5b80172

@bors
Copy link
Contributor

@bors bors commented on 5b80172 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at reillywatson@5b80172

@bors
Copy link
Contributor

@bors bors commented on 5b80172 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging reillywatson/rust/master = 5b80172 into auto

@bors
Copy link
Contributor

@bors bors commented on 5b80172 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reillywatson/rust/master = 5b80172 merged ok, testing candidate = 7fa5baa

@bors
Copy link
Contributor

@bors bors commented on 5b80172 Jun 3, 2014

@bors
Copy link
Contributor

@bors bors commented on 5b80172 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7fa5baa

Please sign in to comment.