Skip to content

Commit a720b66

Browse files
committed
Fixed comment to allow for non-rectangular arrays
1 parent d67b73d commit a720b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/matrix/utils/matAlgo15xAs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const dependencies = []
77
export const createMatAlgo15xAs = /* #__PURE__ */ factory(name, dependencies, () => {
88
/**
99
* Iterates over Array items and invokes the callback function f(Aij..z, b).
10-
* Callback function invoked MxN times.
10+
* Callback function invoked once for each item.
1111
*
1212
* C(i,j,...z) = f(Aij..z, b)
1313
*

0 commit comments

Comments
 (0)