You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/for-each/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The function accepts the following arguments:
61
61
62
62
To set the callback function execution context, provide a `thisArg`.
63
63
64
-
<!-- eslint-disable no-invalid-this, max-len-->
64
+
<!-- eslint-disable no-invalid-this -->
65
65
66
66
```javascript
67
67
functionaccumulate( z ) {
@@ -101,7 +101,7 @@ The callback function is provided the following arguments:
101
101
x.forEach( fcn, thisArg )
102
102
```
103
103
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]).
0 commit comments