Skip to content
Merged
Prev Previous commit
Next Next commit
Update pixels.js
  • Loading branch information
sukrucildirr authored Jun 4, 2025
commit ea57fff11df0a6ce40efab16b682a2429efb0027
2 changes: 1 addition & 1 deletion src/image/pixels.js
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ p5.prototype.loadPixels = function(...args) {
* // Update the canvas.
* updatePixels();
*
* describe('A horiztonal color gradient from black to white.');
* describe('A horizontal color gradient from black to white.');
* }
* </code>
* </div>
Expand Down