Skip to content

Commit f0e335e

Browse files
committed
Fix draggable() description
1 parent b0efc4c commit f0e335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3973,7 +3973,7 @@ p5.Element.prototype.drop = function (callback, fxn) {
39733973
* textInput.input(handleInput);
39743974
*
39753975
* describe(
3976-
* 'A gray square with two yellow rectangles that move when dragged. The top rectangle says "Note". The bottom rectangle says "Panel" and has a range slider.'
3976+
* 'A gray square with two purple rectangles that move when dragged. The top rectangle displays the text that is typed into the bottom rectangle.'
39773977
* );
39783978
* }
39793979
*

0 commit comments

Comments
 (0)