mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Rollup merge of #32462 - tclfs:patch-1, r=steveklabnik
Docs: some tiny corrections TNT->`tnt` firecracker->`firecracker`
This commit is contained in:
@@ -55,7 +55,7 @@ BOOM times 100!!!
|
||||
BOOM times 1!!!
|
||||
```
|
||||
|
||||
The TNT goes off before the firecracker does, because it was declared
|
||||
The `tnt` goes off before the `firecracker` does, because it was declared
|
||||
afterwards. Last in, first out.
|
||||
|
||||
So what is `Drop` good for? Generally, `Drop` is used to clean up any resources
|
||||
|
||||
Reference in New Issue
Block a user