Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Aug 18, 2024
1 parent 464706d commit 435a3df
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 @@ -232,7 +232,7 @@ Rill provides several blocking functions out of the box:
[Example](https://pkg.go.dev/github.com/destel/rill#example-ForEach)
- **ToSlice:** Collects all stream items into a slice.
[Example](https://pkg.go.dev/github.com/destel/rill#example-ToSlice)
- **ToSeq2:**: Converts a stream into an iterator of value-error pairs.
- **ToSeq2:** Converts a stream into an iterator of value-error pairs.
[Example](https://pkg.go.dev/github.com/destel/rill#example-ToSeq2)
- **Reduce:** Concurrently reduces the stream to a single value, using a user provided reducer function.
[Example](https://pkg.go.dev/github.com/destel/rill#example-Reduce)
Expand Down

0 comments on commit 435a3df

Please sign in to comment.