Fix the documentation

This commit is contained in:
2026-06-27 10:11:26 -04:00
parent 67b94522d0
commit a9da463041
+1 -1
View File
@@ -68,7 +68,7 @@ pub fn main() -> Result<()> {
.wait()?;
// In case the image viewer forks and gives control back prior to reading the file,
// drop it and don't run the constructor
// drop it and don't run the destructor
mem::forget(temp);
Ok(())