From 21c5494dd2f10030c4a043319cfbe2c9a8eaa9a5 Mon Sep 17 00:00:00 2001 From: stuffedmotion Date: Mon, 21 Aug 2017 15:55:03 -0400 Subject: [PATCH] Small grammar --- NeoBuffer-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBuffer-object-API.md b/NeoBuffer-object-API.md index 96d36af..f5a624e 100644 --- a/NeoBuffer-object-API.md +++ b/NeoBuffer-object-API.md @@ -1,4 +1,4 @@ -NeoBuffer represents a image container object that stores the data in a NeoPixel native format for faster rendering. The primary use of this class is to contain an image and have it rendered to a NeoPixelBus. +NeoBuffer represents an image container object that stores the data in a NeoPixel native format for faster rendering. The primary use of this class is to contain an image and have it rendered to a NeoPixelBus. ## Constructors