Skip to content

Commit

Permalink
replace "users" with "clients"
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored Jan 17, 2023
1 parent e7e64a7 commit 33b5eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ in the same file.
case Timer.update_timer_inside_changeset_list( timer, index, timer_changeset_list) do
{:ok, _list} ->
# Updates item list and broadcast to other users
# Updates item list and broadcast to other clients
AppWeb.Endpoint.broadcast(@topic, "update", :update)
{:noreply, assign(socket, editing: nil, editing_timers: [])}
Expand Down

0 comments on commit 33b5eb5

Please sign in to comment.