Skip to content

Commit b1cd1ee

Browse files
committed
Fix typo on List documentation
1 parent 1513ca7 commit b1cd1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/list.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ defmodule List do
165165

166166
@doc """
167167
Receives a list of tuples and returns true if there is
168-
a tuple where the item at position `posistion` matches
168+
a tuple where the item at position `position` matches
169169
with the given `item`.
170170
171171
## Examples
@@ -215,7 +215,7 @@ defmodule List do
215215

216216
@doc """
217217
Receives a list of tuples and deletes the first tuple
218-
where the item at position `posistion` matches with the
218+
where the item at position `position` matches with the
219219
given `item`. Returns the new tuple.
220220
221221
## Examples

0 commit comments

Comments
 (0)