Skip to content

Commit

Permalink
Rephrased
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jan 10, 2024
1 parent 2fabaa9 commit c030d05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ <h2 id="103-entity"><a name="Entity" href="#Entity">10.3 Entity</a></h2>
<p>Context URL template:</p>
<pre><code>{context-url}#{entity-set}/$entity
{context-url}#{type-name}</code></pre>
<p>If a response or response part is a single entity of the declared type of an entity set, its name with <code>/$entity</code> appended is the context URL fragment.</p>
<p>If a response or response part is a single entity of the declared type of an entity set, the context URL fragment is the entity set’s name with <code>/$entity</code> appended.</p>
<div class="example">
<p>Example 13: resource URL and corresponding context URL</p>
<pre><code>http://host/service/Customers(1)
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 @@ -2061,8 +2061,8 @@ Context URL template:
{context-url}#{type-name}

If a response or response part is a single entity of the declared type
of an entity set, its
name with `/$entity` appended is the context URL fragment.
of an entity set, the context URL fragment is the entity set's
name with `/$entity` appended.

::: example
Example 13: resource URL and corresponding context URL
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 @@ -105,8 +105,8 @@ Context URL template:
{context-url}#{type-name}

If a response or response part is a single entity of the declared type
of an entity set, its
name with `/$entity` appended is the context URL fragment.
of an entity set, the context URL fragment is the entity set's
name with `/$entity` appended.

::: example
Example ##ex: resource URL and corresponding context URL
Expand Down

0 comments on commit c030d05

Please sign in to comment.