Skip to content

Commit

Permalink
changed describe function
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilbisht798 committed Oct 10, 2024
1 parent 8734142 commit d00865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/string_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ p5.prototype.matchAll = function(str, reg) {
* text(right, 20, 80);
*
* describe(
* 'The numbers "123.45", "0123.45", and "0123.5" written on three separate lines. The text is in black on a gray background.'
* '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.'
* );
* }
* </code>
Expand Down

0 comments on commit d00865c

Please sign in to comment.