Skip to content

Commit b13d391

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 0dc4409 + 113ec19 commit b13d391

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/node_modules/@stdlib/array/complex64/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ The reducer function is provided four arguments:
16911691
- **arr**: the array on which this method was called.
16921692

16931693
By default, the function initializes the accumulated result to the first element in the array and passes the second array element as `value` during the first invocation of the provided callback. To begin accumulation from a different starting value and pass in the first array element as `value` during the first invocation of the provided callback, provide an `initialValue` argument.
1694-
1694+
16951695
```javascript
16961696
var realf = require( '@stdlib/complex/realf' );
16971697

@@ -1745,7 +1745,7 @@ The reducer function is provided four arguments:
17451745
- **arr**: the array on which this method was called.
17461746

17471747
By default, the function initializes the accumulated result to the last element in the array and passes the second-last array element as `value` during the first invocation of the provided callback. To begin accumulation from a different starting value and pass in the last array element as `value` during the first invocation of the provided callback, provide an `initialValue` argument.
1748-
1748+
17491749
```javascript
17501750
var realf = require( '@stdlib/complex/realf' );
17511751

lib/node_modules/@stdlib/string/last/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ p
200200

201201
* * *
202202

203-
204203
</section>
205204

206205
<!-- /.related -->

0 commit comments

Comments
 (0)