Merge pull request #2140 from DarthZyll/patch-3

Update UserFlag.lua for incorrect documentation
This commit is contained in:
Frank 2024-06-28 23:02:24 +02:00 committed by GitHub
commit 4b12b04840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ do -- UserFlag
--- Set the userflag to a given Number. --- Set the userflag to a given Number.
-- @param #USERFLAG self -- @param #USERFLAG self
-- @param #number Number The number value to be checked if it is the same as the userflag. -- @param #number Number The number value to set the flag to.
-- @param #number Delay Delay in seconds, before the flag is set. -- @param #number Delay Delay in seconds, before the flag is set.
-- @return #USERFLAG The userflag instance. -- @return #USERFLAG The userflag instance.
-- @usage -- @usage
@ -104,4 +104,4 @@ do -- UserFlag
end end
end end