Skip to content

Commit bce02a2

Browse files
committed
Rollup merge of #32462 - tclfs:patch-1, r=steveklabnik
Docs: some tiny corrections TNT->`tnt` firecracker->`firecracker`
2 parents 38c6593 + ceaf5df commit bce02a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/drop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ BOOM times 100!!!
5555
BOOM times 1!!!
5656
```
5757

58-
The TNT goes off before the firecracker does, because it was declared
58+
The `tnt` goes off before the `firecracker` does, because it was declared
5959
afterwards. Last in, first out.
6060

6161
So what is `Drop` good for? Generally, `Drop` is used to clean up any resources

0 commit comments

Comments
 (0)