spelling: corresponds

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:21:45 -05:00
parent deffe7f483
commit 21884a76f2

View file

@ -54,7 +54,7 @@
//! ![](pixel_bit_values.png)
//!
//! - \ref GBitmapFormat8Bit:
//! Each pixel in the bitmap is represented by 1 byte. The color value of that byte correspends to
//! Each pixel in the bitmap is represented by 1 byte. The color value of that byte corresponds to
//! a GColor.argb value.
//! There is no restriction on row_size_bytes / stride.
//!