Skip to content

Commit 64028d2

Browse files
📚 docs(_convolution): Add missing options parameter to docstring.
1 parent 55f2630 commit 64028d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_convolution.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {reduce} from '@iterable-iterator/reduce';
1010
*
1111
* @param {Array} rKernel
1212
* @param {Iterable} signal
13+
* @param {{add: Function, mul: Function, zero: any}} options
1314
* @return {IterableIterator}
1415
*/
1516
const _convolution = (rKernel, signal, {add, mul, zero}) => {

0 commit comments

Comments
 (0)