Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Nov 13, 2023
1 parent 12e2471 commit e0fd76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ import { Stream } from "itertools-ts";

const numbers = [1, 2];

const result = Stream.of(input)
const result = Stream.of(numbers)
.cartesianProductWith(['a', 'b'], ['!', '?'])
.toArray();
/*
Expand Down

0 comments on commit e0fd76a

Please sign in to comment.