Skip to content

Commit

Permalink
Use the full alphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Oct 16, 2023
1 parent 1f521ee commit 57fa319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/typography/loading_displaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ p5.prototype.loadFont = function(path, onSuccess, onError) {
*
* <div>
* <code>
* let s = 'The quick brown fox jumped over the lazy dog.';
* let s = 'The quick brown fox jumps over the lazy dog.';
* text(s, 10, 10, 70, 80);
*
* describe('The sample text "The quick brown fox..." written in black across several lines.');
Expand All @@ -276,7 +276,7 @@ p5.prototype.loadFont = function(path, onSuccess, onError) {
* <div>
* <code>
* rectMode(CENTER);
* let s = 'The quick brown fox jumped over the lazy dog.';
* let s = 'The quick brown fox jumps over the lazy dog.';
* text(s, 50, 50, 70, 80);
*
* describe('The sample text "The quick brown fox..." written in black across several lines.');
Expand Down

0 comments on commit 57fa319

Please sign in to comment.