From 82f759c56e6ad86526d3849859461fd6c65b35b8 Mon Sep 17 00:00:00 2001 From: Tachytaenius Date: Wed, 19 Oct 2022 21:26:20 +0100 Subject: [PATCH] Single-character typo adjustment in Lua API.rst --- docs/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 5cfd8cf09..58d5015b6 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -3354,7 +3354,7 @@ A module for reading custom tokens added to the raws by mods. Where ``typeInstance`` is a unit, entity, item, job, projectile, building, plant, or interaction instance. Gets ``typeDefinition`` and then returns the same as ``getToken(typeDefinition, token)``. - For units, it gets the token from the race or caste instead if applicable. For plants growth items, + For units, it gets the token from the race or caste instead if applicable. For plant growth items, it gets the token from the plant or plant growth instead if applicable. For plants it does the same but with growth number -1.