Skip to content

Commit 1c620a8

Browse files
committed
Auto-generated commit
1 parent facb1da commit 1c620a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <[email protected]>
3232
Nithin Katta <[email protected]>
3333
Ognjen Jevremović <[email protected]>
3434
Philipp Burckhardt <[email protected]>
35+
Prajwal Kulkarni <[email protected]>
3536
Pranav Goswami <[email protected]>
3637
Ricky Reusser <[email protected]>
3738
Robert Gislason <[email protected]>

complex128/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ The reducer function is provided four arguments:
16551655
- **arr**: the array on which this method was called.
16561656

16571657
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.
1658-
1658+
16591659
```javascript
16601660
var real = require( '@stdlib/complex/real' );
16611661

0 commit comments

Comments
 (0)