File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ methods in your application:
201
201
202
202
.. note::
203
203
204
- MongoDB is a schemaless database, so the preceding schema builder functions
204
+ MongoDB is a schemaless database, so the preceding schema builder methods
205
205
query the database data rather than the schema.
206
206
207
207
Example
@@ -259,9 +259,9 @@ collection fields:
259
259
260
260
.. note::
261
261
262
- MongoDB is a schemaless database, so the preceding functions query the collection
262
+ MongoDB is a schemaless database, so the preceding methods query the collection
263
263
data rather than the database schema. If the specified collection doesn't exist
264
- or is empty, these functions return a value of ``false``.
264
+ or is empty, these methods return a value of ``false``.
265
265
266
266
Example
267
267
```````
You can’t perform that action at this time.
0 commit comments