Skip to content

Commit

Permalink
Fix formatting issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
BooleanCat committed Aug 6, 2024
1 parent cdaae44 commit 2c88c6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,8 @@ itx.FromMap(map[int]int{1: 2}).Transform(doubleBoth)
<!-- prettier-ignore -->
> [!TIP]
> If you wish to chain operations on Map, you can do so by first converting it to an itx.Iterator
> like so:
> If you wish to chain operations on `Map`, you can do so by first converting it to an
> `itx.Iterator` like so:
>
> ```go
> itx.From(it.Map(slices.Values([]int{1, 2, 3}), double)).Collect()
Expand Down

0 comments on commit 2c88c6c

Please sign in to comment.