Skip to content

Commit 113f54c

Browse files
author
Lauren McCarthy
committed
Merge pull request #1445 from vitreousoul/master
fix typo in saveFrames documentation
2 parents 05d6a36 + 241cd4c commit 113f54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ p5.prototype.saveCanvas = function() {
230230
* @param {Function} [callback] A callback function that will be executed
231231
to handle the image data. This function
232232
should accept an array as argument. The
233-
array will contain the spcecified number of
233+
array will contain the specified number of
234234
frames of objects. Each object has three
235235
properties: imageData - an
236236
image/octet-stream, filename and extension.

0 commit comments

Comments
 (0)