Update UserFlag.lua for incorrect documentation

Update UserFlag.lua for incorrect documentation
This commit is contained in:
Mike Young 2024-06-27 19:48:17 -04:00 committed by GitHub
parent b350243e50
commit c571d32d0e
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.
-- @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.
-- @return #USERFLAG The userflag instance.
-- @usage
@ -104,4 +104,4 @@ do -- UserFlag
end
end
end