Skip to content

Commit

Permalink
Readme upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Dec 22, 2024
1 parent 530c288 commit a041bc0
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 @@ -3573,7 +3573,7 @@ const result1 = pipe([1, 1, 2, 2, 3, 4, 5]); // 14
const result2 = pipe([1, 1, 1, 2, 2, 2]); // 5
```

Example with implicit type specification (works up to 16 operations):
Example with implicit type specification (works up to 16 operations if you use TypeScript):
```typescript
import { createPipe } from "itertools-ts";

Expand Down

0 comments on commit a041bc0

Please sign in to comment.