From 3c54a6126bae722167c5d78b9d6981ccb1120824 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Tue, 16 Mar 2021 07:48:47 +0100
Subject: [PATCH] Small documentation adjustment

---
 src/module/macros/roll-item-macro.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/module/macros/roll-item-macro.ts b/src/module/macros/roll-item-macro.ts
index d321d45..0ceabcf 100644
--- a/src/module/macros/roll-item-macro.ts
+++ b/src/module/macros/roll-item-macro.ts
@@ -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> {