Rollup merge of #28214 - tshepang:word-not-name, r=steveklabnik

Also, add missing comma
This commit is contained in:
Steve Klabnik 2015-09-03 20:10:09 -04:00
commit fd10ded4ea
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ well throw them all away at the same time as well, we can get rid of it very
fast too.
The downside is that we cant keep values around if we need them for longer
than a single function. We also havent talked about what that name, stack
than a single function. We also havent talked about what the word, stack,
means. To do that, we need a slightly more complicated example:
```rust