Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Melchior <christian@ilios.dk>
  • Loading branch information
cbullinger and cmelchior authored Aug 30, 2023
1 parent 46156b4 commit 1564dc4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Realm Schema
Property Types
~~~~~~~~~~~~~~

The Kotlin SDK supports Kotlin data types, a limited subset of BSON types,
The Kotlin SDK supports Kotlin primitive data types, a limited subset of BSON types,
UUID, and Realm-specific types.

To learn more about the available property types, refer to the
Expand All @@ -63,8 +63,8 @@ Property Annotations
~~~~~~~~~~~~~~~~~~~~

Annotations add functionality to properties in your Realm object models.
You can use annotations for things like marking a property as nullable,
setting a primary key, ignoring a property, and more.
You can use annotations for things like setting a primary key, ignoring a
property, and more.

To learn more about the available property annotations, refer to
:ref:`Property Annotations <kotlin-property-annotations>`.
Expand Down

0 comments on commit 1564dc4

Please sign in to comment.