Skip to content

Commit 6a01c32

Browse files
committed
class documentation describe blue background
1 parent 6027299 commit 6a01c32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/reference.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
* // Assign the frog variable a new Frog object.
14291429
* fifi = new Frog(50, 50, 20);
14301430
*
1431-
* describe('A frog face drawn on a gray background.');
1431+
* describe('A frog face drawn on a blue background.');
14321432
* }
14331433
*
14341434
* function draw() {
@@ -1467,7 +1467,7 @@
14671467
* frog1 = new Frog(25, 50, 10);
14681468
* frog2 = new Frog(75, 50, 20);
14691469
*
1470-
* describe('Two frog faces drawn next to each other on a gray background.');
1470+
* describe('Two frog faces drawn next to each other on a blue background.');
14711471
* }
14721472
*
14731473
* function draw() {
@@ -1510,7 +1510,7 @@
15101510
* // Slow the frame rate.
15111511
* frameRate(1);
15121512
*
1513-
* describe('Two frog faces on a gray background. The frogs hop around randomly.');
1513+
* describe('Two frog faces on a blue background. The frogs hop around randomly.');
15141514
* }
15151515
*
15161516
* function draw() {
@@ -1590,7 +1590,7 @@
15901590
* frameRate(1);
15911591
*
15921592
* describe(
1593-
* 'Five frog faces on a gray background. The frogs hop around randomly.'
1593+
* 'Five frog faces on a blue background. The frogs hop around randomly.'
15941594
* );
15951595
* }
15961596
*

0 commit comments

Comments
 (0)