mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-03 04:43:56 -04:00
Fixed a broken luadoc comment
Rewriting this code was haaaard, man...
This commit is contained in:
parent
93da73ad6c
commit
cc6783ac31
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ end
|
||||||
|
|
||||||
--- Gets if the List has the object.
|
--- Gets if the List has the object.
|
||||||
-- @param obj The object to search for
|
-- @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)
|
function List:has(obj)
|
||||||
return self.pointers[obj] and true
|
return self.pointers[obj] and true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue