From b691182ad15a85e666df79b519a135450bfcbee5 Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Tue, 9 Mar 2021 18:28:17 -0800 Subject: [PATCH] fix typo --- src/typography/loading_displaying.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/typography/loading_displaying.js b/src/typography/loading_displaying.js index 851210079a..225ced581f 100644 --- a/src/typography/loading_displaying.js +++ b/src/typography/loading_displaying.js @@ -229,8 +229,8 @@ p5.prototype.text = function(str, x, y, maxWidth, maxHeight) { /** * Sets the current font that will be drawn with the text() function. * If textFont() is called without any argument, it will return the current font if one has - * been loaded already. If not, it will return the name of the default font as a string. - * If textFont() is called with a font to load, it will return the p5 object. + * been set already. If not, it will return the name of the default font as a string. + * If textFont() is called with a font to use, it will return the p5 object. * * WEBGL: Only fonts loaded via loadFont() are supported. *