Skip to content

Commit ad79342

Browse files
author
Przemek Dragańczuk
committed
Made changes recommenden in PR
1 parent 2ce73e9 commit ad79342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/pixels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ p5.prototype.filter = function(operation, value) {
442442
* See the reference for <a href="#/p5/pixels">pixels[]</a> for more information.
443443
*
444444
* If you want to extract an array of colors or a subimage from an p5.Image object,
445-
* take a look at <a href="#/p5.Image/get">p5.Image.get</a>
445+
* take a look at <a href="#/p5.Image/get">p5.Image.get()</a>
446446
*
447447
* @method get
448448
* @param {Number} [x] x-coordinate of the pixel

0 commit comments

Comments
 (0)