Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 24, 2025
1 parent e20a680 commit 6e4bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/more-itertools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe("partition", () => {
]);
});

it("parition retains rich type info", () => {
it("partition retains rich type info", () => {
const values = ["hi", 3, null, "foo", -7];
const [good, bad] = partition(values, isNum);
expect(good).toEqual([3, -7]);
Expand Down

0 comments on commit 6e4bf22

Please sign in to comment.