Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 23, 2024
1 parent 9439daa commit 7d6944a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -739,7 +739,7 @@ <h2 id="42-read-urls-and-edit-urls"><a id="ReadURLsandEditURLs" href="#ReadURLsa
<p>The read URL of an entity is the URL that can be used to read the entity.</p>
<p>The edit URL of an entity is the URL that can be used to update or delete the entity.</p>
<p>The edit URL of a property is the edit URL of the entity with appended segment(s) containing the path to the property.</p>
<p>Services are strongly encouraged to use the canonical URL for an entity as defined in <a href="https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#CanonicalURL">OData-URL, section 4.3.1</a>(#ODataURL) for both the read URL and the edit URL of an entity, with a cast segment to the type of the entity appended to the canonical URL if the type of the entity is derived from the declared type of the entity set. However, clients cannot assume this convention and must use the links specified in the payload according to the appropriate format as the two URLs may be different from one another, or one or both of them may differ from convention.</p>
<p>Services are strongly encouraged to use the canonical URL for an entity as defined in <a href="https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#CanonicalURL">OData-URL, section 4.3.1</a> for both the read URL and the edit URL of an entity, with a cast segment to the type of the entity appended to the canonical URL if the type of the entity is derived from the declared type of the entity set. However, clients cannot assume this convention and must use the links specified in the payload according to the appropriate format as the two URLs may be different from one another, or one or both of them may differ from convention.</p>
</details>
<details open><summary>
<h2 id="43-transient-entities"><a id="TransientEntities" href="#TransientEntities">4.3 Transient Entities</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ The edit URL of a property is the edit URL of the entity with appended
segment(s) containing the path to the property.

Services are strongly encouraged to use the canonical URL for an entity
as defined in [OData-URL, section 4.3.1](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#CanonicalURL)(#ODataURL) for both the read URL and the edit URL of an
as defined in [OData-URL, section 4.3.1](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#CanonicalURL) for both the read URL and the edit URL of an
entity, with a cast segment to the type of the entity appended to the
canonical URL if the type of the entity is derived from the declared
type of the entity set. However, clients cannot assume this convention
Expand Down
2 changes: 1 addition & 1 deletion odata-protocol/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ The edit URL of a property is the edit URL of the entity with appended
segment(s) containing the path to the property.

Services are strongly encouraged to use the canonical URL for an entity
as defined in [#OData-URL#CanonicalURL](#ODataURL) for both the read URL and the edit URL of an
as defined in [#OData-URL#CanonicalURL] for both the read URL and the edit URL of an
entity, with a cast segment to the type of the entity appended to the
canonical URL if the type of the entity is derived from the declared
type of the entity set. However, clients cannot assume this convention
Expand Down

0 comments on commit 7d6944a

Please sign in to comment.