Skip to content

Commit 440ca42

Browse files
authored
Update string_functions.js
1 parent e76aacf commit 440ca42

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/utilities/string_functions.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ function doNf(num, left, right) {
261261
* stroke(120);
262262
* line(0, 50, width, 50);
263263
*
264-
* describe('“11,253,106.115” top middle and
265-
* “1.00,1.00,2.00” displayed bottom mid');
264+
* describe('“11,253,106.115” top middle and “1.00,1.00,2.00” displayed bottom mid');
266265
* }
267266
* </code>
268267
* </div>
@@ -338,8 +337,7 @@ function doNfc(num, right) {
338337
* stroke(120);
339338
* line(0, 50, width, 50);
340339
*
341-
* describe('“+11253106.11” top middle and
342-
* “-11253106.11” displayed bottom middle');
340+
* describe('“+11253106.11” top middle and “-11253106.11” displayed bottom middle');
343341
* }
344342
* </code>
345343
* </div>
@@ -464,8 +462,7 @@ function addNfs(num) {
464462
* text(splitString[0], 5, 30);
465463
* text(splitString[1], 5, 50);
466464
* text(splitString[2], 5, 70);
467-
* describe('“pat” top left, “Xio” mid left, and
468-
* “Alex” displayed bottom left');
465+
* describe('“Pat” top left, “Xio” mid left, and “Alex” displayed bottom left');
469466
* </code>
470467
* </div>
471468
*/

0 commit comments

Comments
 (0)