From 62074d08f56369ab47b0c682611473b4d343072e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 12 Sep 2023 00:09:43 +0000 Subject: [PATCH] Auto-generated commit --- base/unary2d-by/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/unary2d-by/README.md b/base/unary2d-by/README.md index 3245ebed..e6e3dba5 100644 --- a/base/unary2d-by/README.md +++ b/base/unary2d-by/README.md @@ -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).