Skip to content

Commit b110ed9

Browse files
committed
Fix comment
1 parent c110059 commit b110ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-graph/src/private/schemas/colorNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function slantNodeWithFix() {
125125
* - Simplifying downstream logics
126126
* - Must have `@id`: every node in the graph must be identifiable
127127
* - Uniform getter/setter: every property value is an array, except `@context` and `@id`
128-
* - Uniform typing: node reference must be `{ "@id": string }` to reduce confusion with plain string
128+
* - Unique typing: node reference must be `{ "@id": string }` to reduce confusion with plain string
129129
* - Support multiple types: every `@type` must be an array of string
130130
* - Reduce confusion: empty array and `null` is removed
131131
* - `[]` and `null` are same as if the property is removed

0 commit comments

Comments
 (0)