Skip to content

Commit

Permalink
Docs: some tiny corrections
Browse files Browse the repository at this point in the history
TNT->`tnt`
firecracker->`firecracker`
  • Loading branch information
tclfs committed Mar 24, 2016
1 parent 43843d0 commit ceaf5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceaf5df

Please sign in to comment.