Skip to content

Commit 67e2e79

Browse files
authored
Merge pull request #1882 from pelletierauger/patch-1
Fix a typo
2 parents cc52045 + 1614f93 commit 67e2e79

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
@@ -19,7 +19,7 @@ require('../color/p5.Color');
1919
* factor for pixelDensity) of the display window x4,
2020
* representing the R, G, B, A values in order for each pixel, moving from
2121
* left to right across each row, then down each column. Retina and other
22-
* high denisty displays will have more pixels[] (by a factor of
22+
* high density displays will have more pixels[] (by a factor of
2323
* pixelDensity^2).
2424
* For example, if the image is 100x100 pixels, there will be 40,000. On a
2525
* retina display, there will be 160,000.

0 commit comments

Comments
 (0)