Skip to content

Commit ce330fb

Browse files
committed
refrence changes.
1 parent 0905e25 commit ce330fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utilities/string_functions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ p5.prototype.matchAll = function(str, reg) {
252252
* let formatted = nf(number);
253253
* text(formatted, 20, 25);
254254
*
255+
* let negative = nf(-number, 4, 2);
256+
* text(negative, 20, 37);
257+
*
255258
* // Display the number with four digits
256259
* // to the left of the decimal.
257260
* let left = nf(number, 4);

0 commit comments

Comments
 (0)