Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#2207 

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot authored Apr 27, 2024
1 parent 20f7d59 commit 113ec19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/array/complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ The reducer function is provided four arguments:
- **arr**: the array on which this method was called.

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.

```javascript
var realf = require( '@stdlib/complex/realf' );

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

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.

```javascript
var realf = require( '@stdlib/complex/realf' );

Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/string/last/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ p

* * *


</section>

<!-- /.related -->
Expand Down

0 comments on commit 113ec19

Please sign in to comment.