Skip to content

Commit 3283bc3

Browse files
committed
Fix formatting
1 parent 94cbcd2 commit 3283bc3

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

source/sdk/dotnet/model-data/data-types/realm-value.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RealmValue - .NET SDK
1010
:depth: 2
1111
:class: singlecol
1212

13-
*Changed in version 12.2.0:* ``RealmValue`` can hold lists and dictionaries of mixed data.
13+
*Changed in version 12.2.0:* ``RealmValue`` can hold lists and dictionaries of mixed data.
1414

1515
The ``RealmValue`` data type is a mixed data type, and can represent any
1616
other valid Realm data type except an embedded object or a set. You can create collections
@@ -37,8 +37,8 @@ that property:
3737

3838
.. _dotnet-nested-collections-realm-value:
3939

40-
Mixed Collections
41-
-----------------
40+
Collections as Mixed
41+
--------------------
4242

4343
In version 12.22.0 and later, a ``RealmValue`` data type can hold collections
4444
(a list or dictionary, but *not* a set) of ``RealmValue`` elements. You can use

source/sdk/dotnet/model-data/define-object-model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ but the public ``Email`` property, which provides validation, is not persisted:
261261

262262
.. _dotnet-model-unstructured-data:
263263

264-
Model Unstructured Data
264+
Define Unstructured Data
265265
-----------------------
266266

267267
.. versionadded:: 12.22.0

source/sdk/flutter/realm-database/model-data/data-types.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ data type.
438438

439439
.. _flutter-nested-collections-realm-value:
440440

441-
Mixed Collections
442-
`````````````````
441+
Collections as Mixed
442+
````````````````````
443443

444-
*Changed in version 2.0.0:* ``RealmValue`` properties can
444+
*Changed in version 2.0.0:* ``RealmValue`` properties can
445445
contain lists or maps of mixed data.
446446

447447
In version 2.0.0 and later, a mixed data type can hold collections (a list or

source/sdk/kotlin/realm-database/schemas/supported-types.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ example:
324324
RealmAny (Mixed)
325325
----------------
326326

327-
*Changed in version 2.0.0:* ``RealmAny`` can hold lists and dictionaries of mixed data.
327+
*Changed in version 2.0.0:* ``RealmAny`` can hold lists and dictionaries of mixed data.
328328

329329
`RealmAny <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-any/index.html>`__
330330
represents a non-nullable mixed data type. It behaves like the value type
@@ -375,8 +375,8 @@ You can store multiple ``RealmAny`` instances in ``RealmList``,
375375

376376
.. _kotlin-nested-collections-realmany:
377377

378-
Mixed Collections
379-
~~~~~~~~~~~~~~~~~
378+
Collections as Mixed
379+
~~~~~~~~~~~~~~~~~~~~
380380

381381
In version 2.0.0 and later, a ``RealmAny`` data type can
382382
hold collections (a list or dictionary, but *not* a set) of ``RealmAny``

source/sdk/node/model-data/data-types/mixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mixed - Node.js SDK
1010
:depth: 2
1111
:class: singlecol
1212

13-
*Changed in version 12.9.0:* Mixed properties can contain lists or dictionaries of mixed data.
13+
*Changed in version 12.9.0:* Mixed properties can contain lists or dictionaries of mixed data.
1414

1515
.. versionadded:: 10.5.0
1616

@@ -43,8 +43,8 @@ Create an object with a mixed value by running the :js-sdk:`realm.create()
4343

4444
.. _node-nested-collections-mixed:
4545

46-
Mixed Collections
47-
~~~~~~~~~~~~~~~~~
46+
Collections as Mixed
47+
~~~~~~~~~~~~~~~~~~~~
4848

4949
In SDK v12.9.0 and later, a mixed data type can hold collections (a list or
5050
dictionary, but *not* a set) of mixed elements. You can use mixed collections to

source/sdk/node/model-data/define-a-realm-object-model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ To learn more about Data Ingest, read :ref:`Optimize Sync with Data Ingest <opti
418418

419419
.. _node-model-unstructured-data:
420420

421-
Model Unstructured Data
421+
Define Unstructured Data
422422
-----------------------
423423

424424
.. versionadded:: 12.9.0

source/sdk/react-native/model-data/data-types/mixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mixed - React Native SDK
1010
:depth: 1
1111
:class: singlecol
1212

13-
*Changed in version ``[email protected]``:* Mixed properties can contain lists or dictionaries of mixed data.
13+
*Changed in version ``[email protected]``:* Mixed properties can contain lists or dictionaries of mixed data.
1414

1515
.. versionadded:: ``[email protected]``
1616

@@ -47,8 +47,8 @@ To :ref:`set a property of your object model
4747

4848
.. _react-native-nested-collections-mixed:
4949

50-
Mixed Collections
51-
~~~~~~~~~~~~~~~~~
50+
Collections as Mixed
51+
~~~~~~~~~~~~~~~~~~~~
5252

5353
In version ``[email protected]`` and later, a mixed data type can hold collections (a list or
5454
dictionary, but *not* a set) of mixed elements. You can use mixed collections to

source/sdk/react-native/model-data/define-a-realm-object-model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ To learn more about Data Ingest, read :ref:`Stream Data to Atlas <react-native-s
298298

299299
.. _react-native-model-unstructured-data:
300300

301-
Model Unstructured Data
301+
Define Unstructured Data
302302
-----------------------
303303

304304
.. versionadded:: ``[email protected]``

source/sdk/swift/model-data/object-models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ For more information, see: :ref:`Create an Asymmetric Object
546546

547547
.. _ios-model-unstructured-data:
548548

549-
Model Unstructured Data
549+
Define Unstructured Data
550550
-----------------------
551551

552552
.. versionadded:: 10.15.0

source/sdk/swift/model-data/supported-types.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ You can declare a Map as a property of an object:
731731
AnyRealmValue
732732
~~~~~~~~~~~~~
733733

734-
.. versionadded:: 10.8.0
734+
*Changed in version 10.15.0:* ``AnyRealmValue`` properties can hold lists or maps of mixed data.
735735

736-
*Changed in version 10.15.0:* ``AnyRealmValue`` properties can hold lists or maps of mixed data.
736+
.. versionadded:: 10.8.0
737737

738738
``AnyRealmValue`` is a Realm property type that can hold different
739739
data types. Supported ``AnyRealmValue`` data types include:
@@ -771,8 +771,8 @@ permitted value, you can't declare an ``AnyRealmValue`` as optional.
771771

772772
.. _ios-nested-collections-realmanyvalue:
773773

774-
Mixed Collections
775-
`````````````````
774+
Collections as Mixed
775+
````````````````````
776776

777777
In version 10.15.0 and later, a ``AnyRealmValue`` data type can
778778
contain collections (a list or map, but *not* a set) of ``AnyRealmValue``

0 commit comments

Comments
 (0)