Skip to content

Commit cae9b05

Browse files
author
José Valim
committed
Merge pull request #1638 from jwarwick/enum_typo
Fixed typo in Enum docs
2 parents a6cdc83 + 7ae1795 commit cae9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/enum.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ defmodule Enum do
864864
@doc """
865865
Splits the enumerable into two collections, leaving `count`
866866
elements in the first one. If `count` is a negative number,
867-
it starts couting from the back to the beginning of the
867+
it starts counting from the back to the beginning of the
868868
collection.
869869
870870
Be aware that a negative `count` implies the collection

0 commit comments

Comments
 (0)