Fix typo in method doc
This commit is contained in:
parent
2ec1bae42a
commit
b2819c7953
@ -360,8 +360,8 @@ function spawnTokenOn(object, offsets, tokenType)
|
|||||||
spawnToken(tokenPosition, tokenType)
|
spawnToken(tokenPosition, tokenType)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- spawn a group of tokens of the given type on the object
|
-- Spawn a group of tokens of the given type on the object
|
||||||
-- @parm object Object to spawn the tokens on
|
-- @param object Object to spawn the tokens on
|
||||||
-- @param tokenType Type of token to be spawned
|
-- @param tokenType Type of token to be spawned
|
||||||
-- @param tokenCount Number of tokens to spawn
|
-- @param tokenCount Number of tokens to spawn
|
||||||
-- @param shiftDown Amount to shift this group down to avoid spawning multiple token groups on
|
-- @param shiftDown Amount to shift this group down to avoid spawning multiple token groups on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user