Skip to content

Commit

Permalink
Update examples for typography attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Oct 25, 2023
1 parent c4d875c commit 89413fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typography/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ p5.prototype.textStyle = function(theStyle) {
* text(s, 22, 55);
* line(22, 55, 22 + w, 55);
*
* describe('The word "yo" written twice on separate lines. The words are divided by a horizontal line.');
* describe('The word "yo" written twice, one copy beneath the other. The words are divided by a horizontal line.');
* }
* </code>
* </div>
Expand Down

0 comments on commit 89413fe

Please sign in to comment.