From b2819c7953de367096613c5995d26d2b0b67c15d Mon Sep 17 00:00:00 2001 From: Buhallin Date: Thu, 24 Nov 2022 11:01:03 -0800 Subject: [PATCH] Fix typo in method doc --- src/playermat/Playmat.ttslua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/playermat/Playmat.ttslua b/src/playermat/Playmat.ttslua index eed076ab..c7e67f26 100644 --- a/src/playermat/Playmat.ttslua +++ b/src/playermat/Playmat.ttslua @@ -360,8 +360,8 @@ function spawnTokenOn(object, offsets, tokenType) spawnToken(tokenPosition, tokenType) end --- spawn a group of tokens of the given type on the object --- @parm object Object to spawn the tokens on +-- Spawn a group of tokens of the given type on the object +-- @param object Object to spawn the tokens on -- @param tokenType Type of token to be spawned -- @param tokenCount Number of tokens to spawn -- @param shiftDown Amount to shift this group down to avoid spawning multiple token groups on