Skip to content

Commit e81c6fd

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 070cee1 commit e81c6fd

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/base/for-each

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/for-each/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The function accepts the following arguments:
6161

6262
To set the callback function execution context, provide a `thisArg`.
6363

64-
<!-- eslint-disable no-invalid-this, max-len -->
64+
<!-- eslint-disable no-invalid-this -->
6565

6666
```javascript
6767
function accumulate( z ) {
@@ -101,7 +101,7 @@ The callback function is provided the following arguments:
101101
x.forEach( fcn, thisArg )
102102
```
103103
104-
- The function support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor])
104+
- The function support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
105105
106106
</section>
107107

0 commit comments

Comments
 (0)