Skip to content

Commit

Permalink
Improve wording in Collectable doc (#9336)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brainlid authored and fertapric committed Sep 10, 2019
1 parent 2a68242 commit 747894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/collectable.ex
Expand Up @@ -37,7 +37,7 @@ defprotocol Collectable do
iex> collector_fun.(updated_acc, :done)
#MapSet<[1, 2, 3]>
To show how the protocol can be implemented, we can take again a look at the
To show how the protocol can be implemented, we can again look at the
implementation for `MapSet`. In this implementation "collecting" elements
simply means inserting them in the set through `MapSet.put/2`.
Expand Down

0 comments on commit 747894b

Please sign in to comment.