spelling: represented

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:35:49 -05:00
parent e2cad1d2fb
commit 6590c67a88

View file

@ -43,7 +43,7 @@
//! (width by height) and the first bit of image data is the pixel at (0, 0), //! (width by height) and the first bit of image data is the pixel at (0, 0),
//! then the bounds.size would be `GSize(29, 5)` and bounds.origin would be `GPoint(0, 0)`. //! then the bounds.size would be `GSize(29, 5)` and bounds.origin would be `GPoint(0, 0)`.
//! ![](gbitmap.png) //! ![](gbitmap.png)
//! In the illustration each pixel is a representated as a square. The white //! In the illustration each pixel is a represented as a square. The white
//! squares are the bits that are used, the gray squares are the padding bits, because //! squares are the bits that are used, the gray squares are the padding bits, because
//! each row of image data has to be a multiple of 4 bytes (32 bits). //! each row of image data has to be a multiple of 4 bytes (32 bits).
//! The numbers in the column in the left are the offsets (in bytes) from the `*addr` //! The numbers in the column in the left are the offsets (in bytes) from the `*addr`