mirror of
https://github.com/openharmony/third_party_rust_scopeguard.git
synced 2026-07-01 20:54:20 -04:00
DOC: Fix typo
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user