Small documentation adjustment

This commit is contained in:
Johannes Loher 2021-03-16 07:48:47 +01:00
parent b439915c7c
commit 3c54a6126b

View file

@ -27,7 +27,7 @@ export async function createRollItemMacro(itemData: DS4ItemData, slot: string):
}
/**
* Execute the item macro for the given itemId.
* Execute the roll item macro for the given itemId.
* @param itemId
*/
export async function rollItem(itemId: string): Promise<void> {