Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Dec 4, 2024
1 parent 163bb1e commit 971235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/metadata/ClassPropertySemanticsValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export class ClassPropertySemanticsValidator {
GeneralSemantics: {
properties: {
ID: {
description: "The unique identifier for the entity..",
description: "The unique identifier for the entity.",
type: "STRING",
},
NAME: {
Expand Down

0 comments on commit 971235a

Please sign in to comment.