From 196ddb7eb28119b49785f71a81f0b4a231102e28 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 16 Mar 2021 08:42:36 +0100 Subject: [PATCH] Small documentation fix --- src/module/macros/roll-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/macros/roll-item.ts b/src/module/macros/roll-item.ts index 2bf3658..9d8af10 100644 --- a/src/module/macros/roll-item.ts +++ b/src/module/macros/roll-item.ts @@ -5,7 +5,7 @@ import notifications from "../ui/notifications"; /** * Creates a macro from an item drop. - * Get an existing item macro if one exists, otherwise create a new one. + * Get an existing roll item macro if one exists, otherwise create a new one. * @param itemData - The item data * @param slot - The hotbar slot to use */