Skip to content

Commit

Permalink
auto merge of #16000 : emkay/rust/lifetimes-guide-typo, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 26, 2014
2 parents 7aa4079 + ca18c12 commit d4dfb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide-lifetimes.md
Expand Up @@ -77,7 +77,7 @@ value. We also call this _borrowing_ the local variable
`on_the_stack`, because we have created an alias: that is, another
name for the same data.

Likewise, in the case of `owned_box`,
Likewise, in the case of `on_the_heap`,
the `&` operator is used in conjunction with the `*` operator
to take a reference to the contents of the box.

Expand Down

0 comments on commit d4dfb7d

Please sign in to comment.