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 ef009fd commit 53631dcCopy full SHA for 53631dc
src/dom/dom.js
@@ -1481,7 +1481,7 @@ p5.prototype.createSelect = function(...args) {
1481
* createCanvas(100, 100);
1482
*
1483
* // Create a radio button element and place it
1484
- * // in the top-right corner.
+ * // in the top-left corner.
1485
* myRadio = createRadio();
1486
* myRadio.position(0, 0);
1487
* myRadio.class('p5-radio');
@@ -1548,7 +1548,7 @@ p5.prototype.createSelect = function(...args) {
1548
1549
1550
1551
1552
1553
1554
0 commit comments