Skip to content

Commit 53631dc

Browse files
authored
change top-right to top-left
1 parent ef009fd commit 53631dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dom/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ p5.prototype.createSelect = function(...args) {
14811481
* createCanvas(100, 100);
14821482
*
14831483
* // Create a radio button element and place it
1484-
* // in the top-right corner.
1484+
* // in the top-left corner.
14851485
* myRadio = createRadio();
14861486
* myRadio.position(0, 0);
14871487
* myRadio.class('p5-radio');
@@ -1548,7 +1548,7 @@ p5.prototype.createSelect = function(...args) {
15481548
* createCanvas(100, 100);
15491549
*
15501550
* // Create a radio button element and place it
1551-
* // in the top-right corner.
1551+
* // in the top-left corner.
15521552
* myRadio = createRadio();
15531553
* myRadio.position(0, 0);
15541554
* myRadio.class('p5-radio');

0 commit comments

Comments
 (0)