Skip to content

Commit 7b3badf

Browse files
committed
chore: fix JavaScript lint errors (issue #6976)
1 parent bbaf951 commit 7b3badf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/dstructs/named-typed-tuple/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ function factory( names, options ) { // eslint-disable-line max-lines-per-functi
11981198
return out;
11991199
}
12001200

1201-
// TODO: consider adding `toLocaleString()` in a manner similar to `toString()` below
1201+
// Consider adding `toLocaleString()` in a manner similar to `toString()` below
12021202

12031203
/**
12041204
* Serializes a tuple as a string.

0 commit comments

Comments
 (0)