Fix typo in DropGuard doc
This commit is contained in:
parent
552904134b
commit
de02a32cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use crate::ops::{Deref, DerefMut};
|
|||
|
||||
/// Wrap a value and run a closure when dropped.
|
||||
///
|
||||
/// This is useful for quickly creating desructors inline.
|
||||
/// This is useful for quickly creating destructors inline.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue