From a3ca96bee605c8e87dc92cd14e596e293e274b4b Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:22:59 +0100 Subject: [PATCH] Update module/data/fields/action/targetField.mjs Co-authored-by: Carlos Fernandez --- module/data/fields/action/targetField.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/data/fields/action/targetField.mjs b/module/data/fields/action/targetField.mjs index 3cfb5bb6..486e818d 100644 --- a/module/data/fields/action/targetField.mjs +++ b/module/data/fields/action/targetField.mjs @@ -72,7 +72,7 @@ export default class TargetField extends fields.SchemaField { /** * Format actor to useful datas for Action roll workflow. - * @param {*} token Actor object to format. + * @param {*} token Token object to format. * @returns {*} Formatted Actor. */ static formatTarget(token) {