Skip to content

Commit

Permalink
Copy-edit a sentence about borrowing references
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Mar 21, 2014
1 parent 7b957a8 commit 8da5ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ let mut y = ~5; // mutable
In contrast with
owned boxes, where the holder of an owned box is the owner of the pointed-to
memory, references never imply ownership - they are "borrowed".
A reference can be borrowed to
You can borrow a reference to
any object, and the compiler verifies that it cannot outlive the lifetime of
the object.

Expand Down

9 comments on commit 8da5ed2

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 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 mbrubeck@8da5ed2

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

merging mbrubeck/rust/doc-edit = 8da5ed2 into auto

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

mbrubeck/rust/doc-edit = 8da5ed2 merged ok, testing candidate = d48f0331

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 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 mbrubeck@8da5ed2

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

merging mbrubeck/rust/doc-edit = 8da5ed2 into auto

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

mbrubeck/rust/doc-edit = 8da5ed2 merged ok, testing candidate = e233a43

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 8da5ed2 Mar 22, 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 = e233a43

Please sign in to comment.