Skip to content

Commit 6542398

Browse files
📚 docs(_window): Remove duplicated example.
1 parent 0e6db30 commit 6542398

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/_window.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import {deque} from '@data-structure/deque';
88
* element of the input iterable iterator and the next <code>n-1</code>
99
* elements of the input iterable iterator.
1010
*
11-
* @example
12-
* window( 2, range( 100 ) ) ;
13-
* // is equivalent to
14-
* zip( range( 100 ) , range( 1 , 100 ) ) ;
15-
*
1611
* @param {number} n - The window size.
1712
* @param {IterableIterator} iterable - The input iterable.
1813
* @returns {IterableIterator}

0 commit comments

Comments
 (0)