Skip to content

Commit

Permalink
Merge pull request #15 from wkhere/patch-1
Browse files Browse the repository at this point in the history
readme: fix a typo
  • Loading branch information
vyskocilm authored Oct 10, 2024
2 parents c5e31c0 + 859c4fc commit 279bf0f
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 @@ -76,7 +76,7 @@ fmt.Println(slice)

## Chainable filter

`Chain` provides API similar to other languages, where methods can be chanined together
`Chain` provides API similar to other languages, where methods can be chained together

```go
n := []string{"aa", "aaa", "aaaaaaa", "a"}
Expand Down

0 comments on commit 279bf0f

Please sign in to comment.