Skip to content

Commit 7da5060

Browse files
authored
DOCSP-40104: Fixed typo in read.txt (#3284)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-40104 ### Reminder Checklist Before merging your PR, make sure to check a few things. - [ ] Did you tag pages appropriately? - genre - programming_language - meta.keywords - meta.description - [ ] Describe your PR's changes in the Release Notes section - [ ] Create a Jira ticket for related docs-realm work, if any ### Release Notes - **Kotlin SDK** - Realm Database > CRUD > read: fix typo ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-app-services/blob/master/REVIEWING.md)
1 parent d748f26 commit 7da5060

File tree

1 file changed

+2
-2
lines changed
  • source/sdk/kotlin/realm-database/crud

1 file changed

+2
-2
lines changed

source/sdk/kotlin/realm-database/crud/read.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ To find objects stored within a database:
160160

161161
- `find() <{+kotlin-local-prefix+}io.realm.kotlin.query/find.html>`__
162162
for synchronous queries. Returns a collection of results.
163-
- `asFlow() <{+kotlin-local-prefix+}io.realm.kotlin.query/-realm-element-query/as-flow.html>`__ f
164-
or asynchronous queries. Subscribes to a ``Flow`` of results changes.
163+
- `asFlow() <{+kotlin-local-prefix+}io.realm.kotlin.query/-realm-element-query/as-flow.html>`__
164+
for asynchronous queries. Subscribes to a ``Flow`` of results changes.
165165

166166
.. tip:: Prefer ``asFlow()`` for Large Data Sets
167167

0 commit comments

Comments
 (0)