Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorpoate review feedback
Browse files Browse the repository at this point in the history
dacharyc committed Jan 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c8ded95 commit ed21f73
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/sdk/cpp/crud/create.txt
Original file line number Diff line number Diff line change
@@ -223,7 +223,6 @@ For more information about modeling an inverse relationship, refer to:

.. literalinclude:: /examples/generated/cpp/relationships.snippet.define-inverse-relationship.cpp
:language: cpp
:emphasize-lines: 14

.. _cpp-create-object-map-property:

2 changes: 1 addition & 1 deletion source/sdk/cpp/install.txt
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ Install
FetchContent_Declare(
cpprealm
GIT_REPOSITORY https://github.com/realm/realm-cpp.git
GIT_TAG v0.5.0-preview
GIT_TAG v1.0.0
)

# The MakeAvailable command ensures the named dependencies have been populated
2 changes: 1 addition & 1 deletion source/sdk/cpp/model-data/relationships.txt
Original file line number Diff line number Diff line change
@@ -121,4 +121,4 @@ objects through its ``owners`` property.

.. literalinclude:: /examples/generated/cpp/relationships.snippet.define-inverse-relationship.cpp
:language: cpp
:emphasize-lines: 14
:emphasize-lines: 13

0 comments on commit ed21f73

Please sign in to comment.