Skip to content

Commit 42c4ed1

Browse files
dacharyccbullinger
andauthored
Apply suggestions from review
Co-authored-by: cbullinger <[email protected]>
1 parent 7c4b40d commit 42c4ed1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/includes/api-details/cpp/sync/stream-data-define-asymmetric-object-description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ You can sync data unidirectionally when you declare an object's
22
schema as a ``REALM_ASYMMETRIC_SCHEMA``.
33

44
For more information on how to define a ``REALM_ASYMMETRIC_SCHEMA``,
5-
including limitations when linking to other object types, see:
5+
including limitations when linking to other object types, refer to
66
:ref:`Define an Asymmetric Object <sdks-asymmetric-objects>`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The process for writing asymmetric objects is the same as standard
2-
bi-directional sync. The following code shows creating an Asymmetric object
2+
bi-directional Sync. The following code shows creating an asymmetric object
33
and syncing it with the backend. It also shows to queries that generate
44
errors.

source/includes/api-details/swift/sync/stream-data-define-asymmetric-object-description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ You can sync data unidirectionally when that object is an ``AsymmetricObject``.
22
Define an AsymmetricObject by deriving from :swift-sdk:`AsymmetricObject
33
<Extensions/AsymmetricObject.html>`.
44

5-
For more information on how to define an ``AsymmetricObject``, see:
5+
For more information on how to define an ``AsymmetricObject``, refer to
66
:ref:`Define an AsymmetricObject <sdks-asymmetric-objects>`.

source/sdk/sync/stream-data-to-atlas.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Stream Data to Atlas
66

77
.. meta::
88
:description: Stream data from your client device to Atlas for heavy insert-only workloads using Data Ingest.
9-
:keywords: Realm, C++ SDK, Flutter SDK, Kotlin SDK, Java SDK, Node.js SDK, Swift SDK, code example
9+
:keywords: Realm, C++ SDK, Flutter SDK, Kotlin SDK, Node.js SDK, Swift SDK, code example
1010

1111
.. facet::
1212
:name: genre
@@ -102,7 +102,7 @@ Sync Data Unidirectionally from a Client Application
102102
After you have an authenticated user, open a :ref:`synced database
103103
<sdks-configure-and-open-synced-database>`.
104104

105-
Unlike bi-directional Sync, Data Ingest does not use a
105+
Unlike bi-directional Device Sync, Data Ingest does not use a
106106
:ref:`Sync subscription <sdks-manage-sync-subscriptions>`.
107107

108108
You cannot read, query, or delete an asymmetric object from a

0 commit comments

Comments
 (0)