@@ -785,7 +785,7 @@ public function importFromFile(
785
785
* <br>
786
786
*
787
787
* </li>
788
- * <li>'createCollection' - If true, create the collection if it doesn't exist. Defaults to false </li>
788
+ * <li>'createCollection' - If true, create the collection if it does not exist. Defaults to false </li>
789
789
* </p>
790
790
*
791
791
* @return array
@@ -1126,7 +1126,7 @@ public function any($collectionId)
1126
1126
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1127
1127
* <p>
1128
1128
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document.<br>
1129
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called<br>
1129
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called<br>
1130
1130
* and the hidden attributes would not be applied to the attributes.<br>
1131
1131
* </p>
1132
1132
*
@@ -1209,7 +1209,7 @@ public function getAllIds($collection)
1209
1209
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1210
1210
* <p>
1211
1211
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document. <br>
1212
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called <br>
1212
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called <br>
1213
1213
* and the hidden attributes would not be applied to the attributes.<br>
1214
1214
* </p>
1215
1215
* </li>
@@ -1270,7 +1270,7 @@ public function byExample($collectionId, $document, array $options = [])
1270
1270
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1271
1271
* <p>
1272
1272
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document. <br>
1273
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called <br>
1273
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called <br>
1274
1274
* and the hidden attributes would not be applied to the attributes.<br>
1275
1275
* </p>
1276
1276
* </li>
@@ -1321,7 +1321,7 @@ public function firstExample($collectionId, $document, array $options = [])
1321
1321
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1322
1322
* <p>
1323
1323
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document. <br>
1324
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called <br>
1324
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called <br>
1325
1325
* and the hidden attributes would not be applied to the attributes.<br>
1326
1326
* </p>
1327
1327
* </li>
@@ -1652,7 +1652,7 @@ public function lookupByKeys($collectionId, array $keys, array $options = [])
1652
1652
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1653
1653
* <p>
1654
1654
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document.<br>
1655
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called<br>
1655
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called<br>
1656
1656
* and the hidden attributes would not be applied to the attributes.<br>
1657
1657
* </p>
1658
1658
*
@@ -1716,7 +1716,7 @@ public function range($collectionId, $attribute, $left, $right, array $options =
1716
1716
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1717
1717
* <p>
1718
1718
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document. <br>
1719
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called <br>
1719
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called <br>
1720
1720
* and the hidden attributes would not be applied to the attributes.<br>
1721
1721
* </p>
1722
1722
*
@@ -1771,7 +1771,7 @@ public function near($collectionId, $latitude, $longitude, array $options = [])
1771
1771
* <li>'_hiddenAttributes' - Set an array of hidden attributes for created documents.
1772
1772
* <p>
1773
1773
* This is actually the same as setting hidden attributes using setHiddenAttributes() on a document.<br>
1774
- * The difference is, that if you're returning a resultset of documents, the getAll() is already called <br>
1774
+ * The difference is, that if you're returning a result set of documents, the getAll() is already called <br>
1775
1775
* and the hidden attributes would not be applied to the attributes.<br>
1776
1776
* </p>
1777
1777
*
0 commit comments