Skip to content

Commit

Permalink
Changed 'grey' to 'gray'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeplowden committed Sep 28, 2024
1 parent 5c967dc commit a2dd8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/shape/vertex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ p5.prototype.normal = function(x, y, z) {
* const myShader = createShader(vertSrc, fragSrc);
* shader(myShader);
*
* describe('A wobbly, cyan circle on a grey background.');
* describe('A wobbly, cyan circle on a gray background.');
* }
*
* function draw(){
Expand Down Expand Up @@ -2380,7 +2380,7 @@ p5.prototype.normal = function(x, y, z) {
* myShader = createShader(vertSrc, fragSrc);
* shader(myShader);
* noStroke();
* describe('A blue grid, which moves away from the mouse position, on a grey background.');
* describe('A blue grid, which moves away from the mouse position, on a gray background.');
* }
*
* function draw(){
Expand Down

0 comments on commit a2dd8e4

Please sign in to comment.