Skip to content

Commit fd10ded

Browse files
committed
Rollup merge of #28214 - tshepang:word-not-name, r=steveklabnik
Also, add missing comma
2 parents ce20719 + 3525a13 commit fd10ded

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)