From a9da463041d785f1bebadd7f3de6e3a92619536d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 27 Jun 2026 10:11:26 -0400 Subject: [PATCH] Fix the documentation --- enkou-shaders/examples/gasket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enkou-shaders/examples/gasket.rs b/enkou-shaders/examples/gasket.rs index 0b7e1da..51dfb6e 100644 --- a/enkou-shaders/examples/gasket.rs +++ b/enkou-shaders/examples/gasket.rs @@ -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(())