Skip to content

Commit de02a32

Browse files
Fix typo in DropGuard doc
1 parent 5529041 commit de02a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/drop_guard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::ops::{Deref, DerefMut};
44

55
/// Wrap a value and run a closure when dropped.
66
///
7-
/// This is useful for quickly creating desructors inline.
7+
/// This is useful for quickly creating destructors inline.
88
///
99
/// # Examples
1010
///

0 commit comments

Comments
 (0)