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 8ed104d commit f18343dCopy full SHA for f18343d
lib/elixir/lib/access.ex
@@ -418,8 +418,8 @@ defmodule Access do
418
419
Accessing a list by index is typically discouraged in Elixir, \
420
instead we prefer to use the Enum module to manipulate lists \
421
- as a whole. If you really must mostify a list element by index, \
422
- you can Access.at/1 or the functions in the List module\
+ as a whole. If you really must modify a list element by index, \
+ you can use Access.at/1 or the functions in the List module\
423
"""
424
end
425
0 commit comments