Skip to content

Commit

Permalink
fix(transducers): type
Browse files Browse the repository at this point in the history
  • Loading branch information
nkint authored Aug 27, 2020
1 parent db75605 commit dedce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transducers/src/iter/norm-range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function* normRange2d(
export function* normRange3d(
nx: number,
ny: number,
nx: number,
nz: number,
includeLastX: boolean = true,
includeLastY: boolean = true,
includeLastZ: boolean = true,
Expand Down

0 comments on commit dedce3f

Please sign in to comment.