Skip to content

Commit fc2530a

Browse files
committed
Fix typo
1 parent f3fa4f1 commit fc2530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ evens := it.Filter(it.Count(), filter.IsEven)
1717
numbers := it.Map(it.Count(), strconv.Itoa)
1818
```
1919

20-
_[Read the docs.](https://pkg.go.dev/github.com/BooleanCat/go-functional)_ to see the full iterator library.
20+
_[Read the docs](https://pkg.go.dev/github.com/BooleanCat/go-functional)_ to see the full iterator library.

0 commit comments

Comments
 (0)