Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The motivation for creating this package is overcoming these issues of the `coll

* The `collect` function may rely on type inference to determine the element type of the output type when the iterator is empty and the element type wasn't specified by the caller.

* This package lets the caller decide how is the element type of an empty iterator is determined.
* This package lets the caller decide how the element type of an empty iterator is determined.

* By default, type inference is not used.

Expand Down