From 5e58d9b6a880934ca63b72d8289cdfa15ced1ebb Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Sat, 9 Dec 2017 22:48:59 -0500 Subject: [PATCH] Fix minor grammar error in Sprites documentation --- src/Sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sprites.h b/src/Sprites.h index d3a95d8..fe087e7 100644 --- a/src/Sprites.h +++ b/src/Sprites.h @@ -39,7 +39,7 @@ * and height are not included but must contain data of the same dimensions * as the corresponding image array. * - * Following the width and height values for an image array, or the from the + * Following the width and height values for an image array, or from the * beginning of a separate mask array, the array contains the image and/or * mask data for each frame. Each byte represents a vertical column of 8 pixels * with the least significant bit (bit 0) at the top. The bytes are drawn as