Skip to content

Commit 7bb3cc8

Browse files
committed
Fixed space in for
1 parent d748f26 commit 7bb3cc8

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)