From 406fe9e12b086e03685680059d8d6dd28bd321d2 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Fri, 16 Oct 2020 12:40:59 -0700 Subject: [PATCH] Update primitives.cdm.json fix a typo. --- schemaDocuments/primitives.cdm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemaDocuments/primitives.cdm.json b/schemaDocuments/primitives.cdm.json index 46b54ffbb5..58628aeafa 100644 --- a/schemaDocuments/primitives.cdm.json +++ b/schemaDocuments/primitives.cdm.json @@ -422,7 +422,7 @@ "exhibitsTraits": [ "is.identifiedBy" ], - "explanation": "The attribute which supplies the unique identifier for the entity. Used by default in refereneces unless a different attribute is supplied with 'is.identifiedBy' trait." + "explanation": "The attribute which supplies the unique identifier for the entity. Used by default in references unless a different attribute is supplied with 'is.identifiedBy' trait." }, { "traitName": "is.named", @@ -540,4 +540,4 @@ "explanation": "Marks an attribute that contains the count of items in the array of linked (used as an attribute) entities" } ] -} \ No newline at end of file +}