Skip to content

Commit e86d9c5

Browse files
committed
Style guide corrections:
- Switch from double to single quotes - Combine concatenated strings into one
1 parent 7053607 commit e86d9c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/curated/21_Constrain.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ function setup() {
2828
rectMode(CORNERS);
2929

3030
describe(
31-
"Pink rectangle on a grey background. " +
32-
"A user uses their mouse to move a white circle within the pink rectangle."
31+
'Pink rectangle on a grey background. A user uses their mouse to move a white circle within the pink rectangle.'
3332
);
3433
}
3534

0 commit comments

Comments
 (0)