Skip to content

Commit

Permalink
minor(fibers): fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 11, 2024
1 parent 6bb029e commit 03a33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fibers/src/ops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const timeSlice = (
* @example
* ```ts
* import { timeSliceIterable } from "@thi.ng/fibers";
* import { range } from "@this.ng/transducers";
* import { range } from "@thi.ng/transducers";
*
* // consume & batch process iterable in 16ms time slices
* timeSliceIterable(
Expand Down

0 comments on commit 03a33d0

Please sign in to comment.