Skip to content

Commit 9a2d6fa

Browse files
committed
fix
1 parent 3bd4511 commit 9a2d6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/fundamentals/database-collection.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ methods in your application:
201201

202202
.. note::
203203

204-
MongoDB is a schemaless database, so the preceding schema builder functions
204+
MongoDB is a schemaless database, so the preceding schema builder methods
205205
query the database data rather than the schema.
206206

207207
Example
@@ -259,9 +259,9 @@ collection fields:
259259

260260
.. note::
261261

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
263263
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``.
265265

266266
Example
267267
```````

0 commit comments

Comments
 (0)