Skip to content

Commit

Permalink
clear up build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Sep 23, 2024
1 parent fa5a6e6 commit eb7136b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion source/sdk/kotlin/realm-database/crud/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ notation.
To filter by property, you can pass Realm Query Language (RQL) filters and
operators, use Kotlin's built-in extension methods or the SDK's convenience
methods, or use a combination. For information on all currently supported RQL
operators and syntax, refer to the :ref:`<rql>` reference documentation.
operators and syntax, refer to the :ref:`Realm Query Language <rql>` reference
documentation.

In the following example, we query a ``Frog`` object type and filter by the
``name`` property:
Expand Down
3 changes: 2 additions & 1 deletion source/sdk/kotlin/realm-database/open-and-close-a-realm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ path, which you can define when you open the realm.

.. tip:: Work with Realm Files in Realm Studio

You can open, view, and edit the contents of realm files with :ref:`realm-studio`.
You can open, view, and edit the contents of realm files with
:ref:`Realm Studio <realm-studio>`.

If you don't want to create a ``.realm`` file or its associated auxiliary
files, you can open an in-memory realm.
Expand Down
3 changes: 2 additions & 1 deletion source/sdk/node/model-data/data-types/counters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ counter value greater than or equal to that of the specified counter.

.. include:: /examples/generated/node/v12/formatted/data-types.test.snippet.filtering-with-counter.ts.rst

For more information on querying with the SDK, refer to :ref:`realm-query-language`.
For more information on querying with the SDK, refer to
:ref:`Realm Query Language <realm-query-language>`.
2 changes: 1 addition & 1 deletion source/sdk/swift/realm-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Realm stores a binary encoded version of every object and type in a
realm in a single ``.realm`` file. The file is located at :ref:`a specific
path <ios-default-and-file-url-realm>` that you can define when you open the
realm. You can open, view, and edit the contents of these files with
:ref:`realm-studio`.
:ref:`Realm Studio <realm-studio>`.

.. _ios-in-memory-realm:

Expand Down
2 changes: 1 addition & 1 deletion source/studio/view-atlas-data-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Add a Subscription
:ref:`queryable-fields` in the App Services documentation.

For information about available query operators, refer to the
:ref:`realm-query-language` reference.
:ref:`Realm Query Language <realm-query-language>` reference.

Device Sync supports using a subset of RQL operators in Sync subscription
queries. For information on these limitations, refer to
Expand Down

0 comments on commit eb7136b

Please sign in to comment.