mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
Fix typo in defuse doc comment
This commit is contained in:
parent
167af01211
commit
cdb4f70646
@ -38,7 +38,7 @@ impl DropBomb {
|
|||||||
Self { _private: () }
|
Self { _private: () }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Diffuses the bomb, rendering it safe to drop.
|
/// Defuses the bomb, rendering it safe to drop.
|
||||||
pub fn defuse(self) {
|
pub fn defuse(self) {
|
||||||
mem::forget(self)
|
mem::forget(self)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user