Skip to content

Commit 69ed68b

Browse files
committed
Fix typo "strting" to "starting"
1 parent 3189640 commit 69ed68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/TreeTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ function TreeTabClass:InitAutoAttributeConfig()
969969
end
970970

971971
-- Update calculated and potentially static values that are not part of the autoAttributeConfig popup form
972-
---@param autoAttributeConfig table | nil the autoAttributeConfig you're strting from, if any
972+
---@param autoAttributeConfig table | nil the autoAttributeConfig you're starting from, if any
973973
---@param addStaticInfo boolean | nil whether to add static infor like the 'id' and 'name' of attributes (e.g. when loading from a save file)
974974
---@return table @returns the updated config
975975
function TreeTabClass:UpdateAutoAttributeConfig(autoAttributeConfig, addStaticInfo)

0 commit comments

Comments
 (0)