Skip to content

Commit a972e1f

Browse files
Update environment.js
Simplify verbage of describe string for the framerate example.
1 parent 3a09990 commit a972e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ p5.prototype.cursor = function(type, x, y) {
379379
* function setup() {
380380
* createCanvas(100, 100);
381381
*
382-
* describe('A number written in black written on a gray background. The number decreases when the mouse is pressed.');
382+
* describe('A number written in black on a gray background. The number decreases when the mouse is pressed.');
383383
* }
384384
*
385385
* function draw() {

0 commit comments

Comments
 (0)