Skip to content

Commit 7ae1795

Browse files
committed
Fixed typo in Enum docs
1 parent e2ba0bd commit 7ae1795

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)