We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ba0bd commit 7ae1795Copy full SHA for 7ae1795
lib/elixir/lib/enum.ex
@@ -864,7 +864,7 @@ defmodule Enum do
864
@doc """
865
Splits the enumerable into two collections, leaving `count`
866
elements in the first one. If `count` is a negative number,
867
- it starts couting from the back to the beginning of the
+ it starts counting from the back to the beginning of the
868
collection.
869
870
Be aware that a negative `count` implies the collection
0 commit comments