Fixed a broken luadoc comment

Rewriting this code was haaaard, man...
This commit is contained in:
Tachytaenius 2019-05-21 19:08:43 +01:00 committed by GitHub
parent 93da73ad6c
commit cc6783ac31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ end
--- Gets if the List has the object.
-- @param obj The object to search for
-- true if the list has the object, false otherwise
-- @return true if the list has the object, false otherwise
function List:has(obj)
return self.pointers[obj] and true
end