Merge #578
578: Fix typo in defuse doc comment r=Dirbaio a=danbev Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
commit
516ad6d8fd
@ -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