Skip to content

Commit 83fb33b

Browse files
committed
Fix comment
1 parent b110ed9 commit 83fb33b

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
@@ -127,7 +127,7 @@ function slantNodeWithFix() {
127127
* - Uniform getter/setter: every property value is an array, except `@context` and `@id`
128128
* - 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
130-
* - Reduce confusion: empty array and `null` is removed
130+
* - Reduce confusion: property value with empty array and `null` is removed
131131
* - `[]` and `null` are same as if the property is removed
132132
* - Flattened: property values must be non-null literals or node reference, no nested objects
133133
* - Any array containing `null` is not supported and will throw, as it is likely a bug in code

0 commit comments

Comments
 (0)