We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7053607 commit e86d9c5Copy full SHA for e86d9c5
1 file changed
examples/curated/21_Constrain.js
@@ -28,8 +28,7 @@ function setup() {
28
rectMode(CORNERS);
29
30
describe(
31
- "Pink rectangle on a grey background. " +
32
- "A user uses their mouse to move a white circle within the pink rectangle."
+ 'Pink rectangle on a grey background. A user uses their mouse to move a white circle within the pink rectangle.'
33
);
34
}
35
0 commit comments