Skip to content

Commit 190f979

Browse files
Update src/type/textCore.js
Co-authored-by: Perminder Singh <127239756+perminder-17@users.noreply.github.com>
1 parent cbe9c5e commit 190f979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/type/textCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ function textCore(p5, fn) {
817817
* </code>
818818
* </div>
819819
*
820-
* <strong>Note:</strong> In p5.js 2.0+, leading and trailing spaces are ignored.
820+
* **Note:** In p5.js 2.0+, leading and trailing spaces are ignored.
821821
* <code>textWidth(" Hello ")</code> returns the same width as <code>textWidth("Hello")</code>.
822822
*
823823
* @example

0 commit comments

Comments
 (0)