Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #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

1 comment on commit 113ec19

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/complex64 $\color{red}3063/3072$
$\color{green}+99.71\%$
$\color{red}498/505$
$\color{green}+98.61\%$
$\color{green}51/51$
$\color{green}+100.00\%$
$\color{red}3063/3072$
$\color{green}+99.71\%$
string/last $\color{green}177/177$
$\color{green}+100.00\%$
$\color{green}20/20$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}177/177$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.