Some docs

This commit is contained in:
abalabahaha
2016-04-13 00:38:12 -07:00
parent afa5fa1758
commit 28fce9ea34
7 changed files with 103 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ Functions
get(key, value)
~~~~~~~~~~~~~~~
Returns a contained object where ``object[key] == value``. Returns the first object found that matches the criteria.
Returns a contained object where ``object[key] == value``. Also works if value is a regex or a function. Returns the first object found that matches the criteria.
getAll(key, value)
~~~~~~~~~~~~~~~~~~