Skip to content

Commit 3525a13

Browse files
committed
book: "word" feels more suitable than "name"
Also, add missing comma
1 parent 1661947 commit 3525a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/the-stack-and-the-heap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ we’ll throw them all away at the same time as well, we can get rid of it very
5151
fast too.
5252

5353
The downside is that we can’t keep values around if we need them for longer
54-
than a single function. We also haven’t talked about what that name, ‘stack’
54+
than a single function. We also haven’t talked about what the word, ‘stack’,
5555
means. To do that, we need a slightly more complicated example:
5656

5757
```rust

0 commit comments

Comments
 (0)