Skip to content

Commit

Permalink
Minor typo in update_many documentation (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamorim authored Oct 25, 2023
1 parent 3feb03f commit ea7d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_live_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ defmodule Phoenix.LiveComponent do
|> Repo.all()
|> Map.new()
Enum.map(assigns_sockets, fn {assigns, sockets} ->
Enum.map(assigns_sockets, fn {assigns, socket} ->
assign(socket, :user, users[assigns.id])
end)
end
Expand Down

0 comments on commit ea7d245

Please sign in to comment.