Skip to content

Commit

Permalink
docs: fix missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 12, 2023
1 parent 5aca4cc commit 3c3d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/base/unary2d-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The function accepts the following arguments:

- **arrays**: array-like object containing one input nested array and one output nested array.
- **shape**: array shape.
- **fcn**: unary function to apply to callback return values
- **fcn**: unary function to apply to callback return values.
- **clbk**: callback function.
- **thisArg**: callback function execution context (optional).

Expand Down

1 comment on commit 3c3d856

@stdlib-bot
Copy link
Contributor

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/base/unary2d-by $\color{green}153/153$
$\color{green}+100.00\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}153/153$
$\color{green}+100.00\%$

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

Please sign in to comment.