DOC: Fix typo

This commit is contained in:
bluss
2017-10-29 18:39:28 +01:00
parent e5f7b88574
commit f428a2c0f8
+1 -1
View File
@@ -12,7 +12,7 @@ A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!` and `defer_on_unwind!`; the latter only runs
if the scope is extited through unwinding on panic.
if the scope is exited through unwinding on panic.
"""
keywords = ["scope-guard", "defer", "panic"]