auto merge of #16000 : emkay/rust/lifetimes-guide-typo, r=alexcrichton
This commit is contained in:
commit
d4dfb7d84c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue