begin documenting some functions and align error messages

This commit is contained in:
2025-10-14 12:47:33 -07:00
parent 7a0c32c191
commit e90b45f58d
15 changed files with 148 additions and 101 deletions

View File

@@ -27,7 +27,7 @@ impl Framebuffer {
dest: (0, 0),
dims: (self.width, self.height),
})
.context("failed to blit framebuffer")?;
.context("unable to blit framebuffer")?;
Ok(())
}
}