diff --git a/docs/odata-protocol/odata-protocol.html b/docs/odata-protocol/odata-protocol.html index 8a472c46..d6a41cee 100644 --- a/docs/odata-protocol/odata-protocol.html +++ b/docs/odata-protocol/odata-protocol.html @@ -1360,7 +1360,7 @@
http://host/service/Orders(4711)/Items(1)
http://host/service/$metadata#Orders(4711)/Items/$entity
-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 {type-name}
of the returned entity.
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-name}
of the returned entity.
Context URL template:
{context-url}#$ref
-If a response is one entity reference, $ref
is the context URL fragment.
If a response is a single entity reference, $ref
is the context URL fragment.
Example 27: resource URL and corresponding context URL for a single entity reference
http://host/service/Orders(10643)/Customer/$ref
diff --git a/docs/odata-protocol/odata-protocol.md b/docs/odata-protocol/odata-protocol.md
index 43aaa976..de6c788d 100644
--- a/docs/odata-protocol/odata-protocol.md
+++ b/docs/odata-protocol/odata-protocol.md
@@ -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.
## 10.4 Singleton
@@ -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
diff --git a/odata-protocol/10 Context URL.md b/odata-protocol/10 Context URL.md
index c615f7fc..5c6d2083 100644
--- a/odata-protocol/10 Context URL.md
+++ b/odata-protocol/10 Context URL.md
@@ -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
@@ -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