We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a721cc commit 9c0e4fbCopy full SHA for 9c0e4fb
src/utilities/conversion.js
@@ -24,7 +24,7 @@ import p5 from '../core/main';
24
* let str = '20';
25
* let diameter = float(str);
26
* ellipse(width / 2, height / 2, diameter, diameter);
27
- * describe(`20×20 white ellipse in the center of the canvas`);
+ * describe(`20-by-20 white ellipse in the center of the canvas`);
28
* </code></div>
29
* <div class='norender'><code>
30
* print(float('10.31')); // 10.31
0 commit comments