Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/elixir/lib/access.ex
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ defmodule Access do

Accessing a list by index is typically discouraged in Elixir, \
instead we prefer to use the Enum module to manipulate lists \
as a whole. If you really must mostify a list element by index, \
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\
"""
end

Expand Down
Loading