Merge pull request #10 from stevegury/patch-1

Fix a minor typo s/he/the/
pull/12/head
Nick Cameron 9 years ago
commit bb4cc1bfbd

@ -2,7 +2,7 @@
## Description
Rust does not provide he equivalent to `finally` blocks - code that will be
Rust does not provide the equivalent to `finally` blocks - code that will be
executed no matter how a function is exited. Instead an object's destructor can
be used to run code that must be run before exit.

Loading…
Cancel
Save