Skip to content

Commit d00865c

Browse files
committed
changed describe function
1 parent 8734142 commit d00865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/string_functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ p5.prototype.matchAll = function(str, reg) {
267267
* text(right, 20, 80);
268268
*
269269
* describe(
270-
* 'The numbers "123.45", "0123.45", and "0123.5" written on three separate lines. The text is in black on a gray background.'
270+
* 'The numbers "123.45", "-0123.45", "0123.45", and "0123.5" written on four separate lines. The text is in black on a gray background.'
271271
* );
272272
* }
273273
* </code>

0 commit comments

Comments
 (0)