Skip to content

Commit

Permalink
Incorpoate review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Jan 8, 2024
1 parent c8ded95 commit ed21f73
Show file tree
Hide file tree
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
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion source/sdk/cpp/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/sdk/cpp/model-data/relationships.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.