diff --git a/NeoVerticalSpriteSheet-object-API.md b/NeoVerticalSpriteSheet-object-API.md index 1e0f0a4..80b4f5a 100644 --- a/NeoVerticalSpriteSheet-object-API.md +++ b/NeoVerticalSpriteSheet-object-API.md @@ -8,7 +8,7 @@ Valid Method objects are the NeoBufferMethod and NeoBufferProgmemMethod. The optional pixels will either be copied into the Ram buffer (for NeoBufferMethod) or become the referenced data (NeoBufferProgmemMethod). ``` -NeoVerticalSpriteSheet> spriteSheet(myImageWidth, myImageHeight, mySpriteHeight, myImage); +NeoVerticalSpriteSheet> spriteSheet(myImageWidth, myImageHeight, mySpriteHeight, myImage); ``` ## Methods