Skip to content

Commit

Permalink
minor(transducers): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 12, 2020
1 parent 916214c commit b7ef10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transducers/src/xform/sliding-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { $iter } from "../iterator";
* accumulation buffer.
*
* @remarks
* If `size` is implements {@link IDeref}, the window size will be
* If `size` implements {@link IDeref}, the window size will be
* re-evaluated for each new input and therefore can be used as
* mechanism to dynamically adjust the window size.
*
Expand Down

0 comments on commit b7ef10e

Please sign in to comment.