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 1513ca7 commit b1cd1eeCopy full SHA for b1cd1ee
lib/elixir/lib/list.ex
@@ -165,7 +165,7 @@ defmodule List do
165
166
@doc """
167
Receives a list of tuples and returns true if there is
168
- a tuple where the item at position `posistion` matches
+ a tuple where the item at position `position` matches
169
with the given `item`.
170
171
## Examples
@@ -215,7 +215,7 @@ defmodule List do
215
216
217
Receives a list of tuples and deletes the first tuple
218
- where the item at position `posistion` matches with the
+ where the item at position `position` matches with the
219
given `item`. Returns the new tuple.
220
221
0 commit comments