diff options
| author | Tang Chenglong <ideami@outlook.com> | 2016-03-24 14:49:40 +0800 |
|---|---|---|
| committer | Tang Chenglong <ideami@outlook.com> | 2016-03-24 14:49:40 +0800 |
| commit | ceaf5dfdc11a092128fad4b7d1289c9766a4059e (patch) | |
| tree | 979199908e3b43a39b56c876444acb2cd572b7b2 | |
| parent | 43843d06ea9598722b3af9019e8d0059c052382d (diff) | |
| download | rust-ceaf5dfdc11a092128fad4b7d1289c9766a4059e.tar.gz rust-ceaf5dfdc11a092128fad4b7d1289c9766a4059e.zip | |
Docs: some tiny corrections
TNT->`tnt` firecracker->`firecracker`
| -rw-r--r-- | src/doc/book/drop.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/drop.md b/src/doc/book/drop.md index 8bc25ef90d3..5513523e56b 100644 --- a/src/doc/book/drop.md +++ b/src/doc/book/drop.md @@ -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 |
