Skip to content

Commit

Permalink
Update apps/champions/lib/champions/items.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Agustin Escobar <[email protected]>
  • Loading branch information
lotuuu and agustinesco authored Jun 12, 2024
1 parent fa30f7f commit c319f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/champions/lib/champions/items.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Champions.Items do
def get_items(user_id), do: Items.get_items(user_id)

@doc """
Equip an item to a unit. Unequips the previously eqyupped item of the same type if there is any.
Equip an item to a unit. Unequips the previously equipped item of the same type if there is any.
"""
def equip_item(user_id, item_id, unit_id) do
Items.equip_item_and_unequip_previous(user_id, item_id, unit_id)
Expand Down

0 comments on commit c319f52

Please sign in to comment.