Skip to content

Commit 870aef7

Browse files
committed
Link term -> type
1 parent 3f58f36 commit 870aef7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/odata-dd-6-annotations/odata-dd-6-annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Within the "Org.OData.Core.V1" schema, we find two elements, right next to each
6565
</Term>
6666

6767
<ComplexType Name="Link">
68-
<Annotation Term="Core.Description" String="The Link term is inspired by the `atom:link` element, see [RFC4287](https://tools.ietf.org/html/rfc4287#section-4.2.7), and the `Link` HTTP header, see [RFC5988](https://tools.ietf.org/html/rfc5988)" />
68+
<Annotation Term="Core.Description" String="The Link type is inspired by the `atom:link` element, see [RFC4287](https://tools.ietf.org/html/rfc4287#section-4.2.7), and the `Link` HTTP header, see [RFC5988](https://tools.ietf.org/html/rfc5988)" />
6969
<Property Name="rel" Type="Edm.String" Nullable="false">
7070
<Annotation Term="Core.Description" String="Link relation type, see [IANA Link Relations](http://www.iana.org/assignments/link-relations/link-relations.xhtml)" />
7171
</Property>
@@ -97,7 +97,7 @@ Namespace: Core
9797
9898
+-- Description: "Link to related information"
9999
|
100-
| +-- Description: "The Link term (sic) is inspired by ..."
100+
| +-- Description: "The Link type is inspired by ..."
101101
V |
102102
+-------+ +------V----------------+
103103
| | | +----------+ ++

0 commit comments

Comments
 (0)