Skip to content

Commit 89413fe

Browse files
committed
Update examples for typography attributes
1 parent c4d875c commit 89413fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typography/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ p5.prototype.textStyle = function(theStyle) {
227227
* text(s, 22, 55);
228228
* line(22, 55, 22 + w, 55);
229229
*
230-
* describe('The word "yo" written twice on separate lines. The words are divided by a horizontal line.');
230+
* describe('The word "yo" written twice, one copy beneath the other. The words are divided by a horizontal line.');
231231
* }
232232
* </code>
233233
* </div>

0 commit comments

Comments
 (0)