Skip to content

Commit c80721c

Browse files
committed
Typo
1 parent d18a524 commit c80721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/matrix/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export const createMap = /* #__PURE__ */ factory(name, dependencies, ({ typed })
193193
if (depth < maxDepth) {
194194
for (let i = 0; i < N; i++) {
195195
if (index) index[depth] = i
196-
// if there is an offset greather than the current dimension
196+
// if there is an offset greater than the current dimension
197197
// pass the array, if the size of the array is 1 pass the first
198198
// element of the array
199199
result[i] = iterate(

0 commit comments

Comments
 (0)