Skip to content

Commit

Permalink
Last-minute changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Nov 20, 2024
1 parent 1227cca commit 2c4b812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/odata-protocol/odata-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ <h2 id="103-entity"><a id="Entity" href="#Entity">10.3 Entity</a></h2>
<pre><code>http://host/service/Orders(4711)/Items(1)
http://host/service/$metadata#Orders(4711)/Items/$entity</code></pre>
</div>
<p>If the entity is within a collection, but a canonical collection cannot be determined, such as for an entity returned from a function or action with no entity set path, a function import or action import with no specified entity set, or a navigation property with no navigation property binding, the context URL fragment specifies the type <code>{type-name}</code> of the returned entity.</p>
<p>If the entity is within a collection, but a canonical collection cannot be determined, such as for an entity returned from a function or action with no entity set path, a function import or action import with no specified entity set, or a navigation property with no navigation property binding, the context URL fragment specifies the <code>{type-name}</code> of the returned entity.</p>
</details>
<details open><summary>
<h2 id="104-singleton"><a id="Singleton" href="#Singleton">10.4 Singleton</a></h2>
Expand Down Expand Up @@ -1511,7 +1511,7 @@ <h2 id="1012-entity-reference"><a id="EntityReference" href="#EntityReference">1
</summary>
<p>Context URL template:</p>
<pre><code>{context-url}#$ref</code></pre>
<p>If a response is one entity reference, <code>$ref</code> is the context URL fragment.</p>
<p>If a response is a single entity reference, <code>$ref</code> is the context URL fragment.</p>
<div class="example">
<p>Example 27: resource URL and corresponding context URL for a single entity reference</p>
<pre><code>http://host/service/Orders(10643)/Customer/$ref
Expand Down
4 changes: 2 additions & 2 deletions docs/odata-protocol/odata-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ cannot be determined, such as for an entity
returned from a function or action with no entity set path, a function
import or action import with no specified entity set, or a navigation
property with no navigation property binding, the context URL fragment specifies
the type `{type-name}` of the returned entity.
the `{type-name}` of the returned entity.

## <a id="Singleton" href="#Singleton">10.4 Singleton</a>

Expand Down Expand Up @@ -2418,7 +2418,7 @@ Context URL template:

{context-url}#$ref

If a response is one entity reference, `$ref` is the context URL
If a response is a single entity reference, `$ref` is the context URL
fragment.

::: example
Expand Down
4 changes: 2 additions & 2 deletions odata-protocol/10 Context URL.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ cannot be determined, such as for an entity
returned from a function or action with no entity set path, a function
import or action import with no specified entity set, or a navigation
property with no navigation property binding, the context URL fragment specifies
the type `{type-name}` of the returned entity.
the `{type-name}` of the returned entity.

## ##subsec Singleton

Expand Down Expand Up @@ -441,7 +441,7 @@ Context URL template:

{context-url}#$ref

If a response is one entity reference, `$ref` is the context URL
If a response is a single entity reference, `$ref` is the context URL
fragment.

::: example
Expand Down

0 comments on commit 2c4b812

Please sign in to comment.