Skip to content

Commit

Permalink
Merge pull request #6702 from clemzio/patch-1
Browse files Browse the repository at this point in the history
fix documentation typo in src/math/random.js
  • Loading branch information
nickmcintyre authored Jan 6, 2024
2 parents fe33439 + 814509d commit 81b02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ p5.prototype.randomSeed = function(seed) {
* strokeWeight(5);
* point(x, y);
*
* describe('A black dot appears in a random posiiton on a gray square.');
* describe('A black dot appears in a random position on a gray square.');
* </code>
* </div>
*
Expand Down

0 comments on commit 81b02c8

Please sign in to comment.