]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #25761 - ralexstokes:master, r=steveklabnik
authorbors <bors@rust-lang.org>
Mon, 25 May 2015 03:40:31 +0000 (03:40 +0000)
committerbors <bors@rust-lang.org>
Mon, 25 May 2015 03:40:31 +0000 (03:40 +0000)
Typo in explanation of difference between stack and heap values.

`baz` is called at the end of a call to `bar` inside another call to `foo`.  `baz` takes a copy of the value `e` which should have a value of 9 if following the rest of the stack trace.

This PR fixes this typo and should close #25635.


Trivial merge