Skip to content

Commit

Permalink
Tiny typo correction (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaldebane authored Sep 11, 2024
1 parent 7a46373 commit 41e9de8
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 @@ -42,7 +42,7 @@ map(items, fn)

The rationale for this flipping of argument order is because in practice, the
function bodies can span multiple lines, in which case the following block will
remaing aesthetically pleasing:
remain aesthetically pleasing:

```ts
import { map } from 'itertools';
Expand Down

0 comments on commit 41e9de8

Please sign in to comment.