mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Merge pull request #20 from wolfboyft/patch-1
Fixed a broken luadoc comment
This commit is contained in:
commit
4c5e6a06dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue