diff --git a/docs/odata-protocol/odata-protocol.html b/docs/odata-protocol/odata-protocol.html index 522aabb4a..a7604169e 100644 --- a/docs/odata-protocol/odata-protocol.html +++ b/docs/odata-protocol/odata-protocol.html @@ -984,7 +984,7 @@

10.3 Entity

Context URL template:

{context-url}#{entity-set}/$entity
 {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.

+

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 /$entity appended.

Example 13: resource URL and corresponding context URL

http://host/service/Customers(1)
diff --git a/docs/odata-protocol/odata-protocol.md b/docs/odata-protocol/odata-protocol.md
index f0ef47516..1a6dfc547 100644
--- a/docs/odata-protocol/odata-protocol.md
+++ b/docs/odata-protocol/odata-protocol.md
@@ -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
diff --git a/odata-protocol/10 Context URL.md b/odata-protocol/10 Context URL.md
index db7f1edbd..95579c985 100644
--- a/odata-protocol/10 Context URL.md	
+++ b/odata-protocol/10 Context URL.md	
@@ -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