Fix typo in DropGuard doc

This commit is contained in:
Lucas Werkmeister 2025-07-29 13:24:41 +02:00 committed by GitHub
parent 552904134b
commit de02a32cf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
///