Skip to content

Commit

Permalink
Fixes #231 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen authored Jan 10, 2024
1 parent 30d9e4d commit 18d0bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ <h2 id="83-partner-navigation-property"><a name="PartnerNavigationProperty" href
<p>If a partner navigation property is specified, this partner navigation property MUST either specify the current navigation property as its partner to define a bi-directional relationship or it MUST NOT specify a partner navigation property. The latter can occur if the partner navigation property is defined on a complex type, or if the current navigation property is defined on a type derived from the type of the partner navigation property.</p>
<section id="attribute-partner" class="varxml rep">
<h3><a name="AttributePartner.13.4" href="#AttributePartner.13.4">Attribute <code>Partner</code></a></h3>
<p>The value of <code>Partner</code> is the path to the of the partner navigation property.</p>
<p>The value of <code>Partner</code> is the path to the partner navigation property.</p>
</section>
<h2 id="84-containment-navigation-property"><a name="ContainmentNavigationProperty" href="#ContainmentNavigationProperty">8.4 Containment Navigation Property</a></h2>
<p>A navigation property MAY indicate that instances of its declaring structured type contain the targets of the navigation property, in which case the navigation property is called a <em>containment navigation property</em>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ partner navigation property.
::: {.varxml .rep}
### <a name="AttributePartner.13.4" href="#AttributePartner.13.4">Attribute `Partner`</a>

The value of `Partner` is the path to the of the partner navigation
The value of `Partner` is the path to the partner navigation
property.
:::

Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/7 Structural Property.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ navigation property.
::: {.varxml .rep}
### ##subisec Attribute `Partner`

The value of `Partner` is the path to the of the partner navigation
The value of `Partner` is the path to the partner navigation
property.
:::

Expand Down

0 comments on commit 18d0bef

Please sign in to comment.