Small documentation adjustment
This commit is contained in:
parent
b439915c7c
commit
3c54a6126b
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue