book: "word" feels more suitable than "name"

Also, add missing comma
This commit is contained in:
Tshepang Lekhonkhobe 2015-09-03 21:14:01 +02:00
parent 1661947014
commit 3525a13fea

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