Skip to content

Commit 9102d15

Browse files
committed
refactor: update annotation
1 parent 0ef3570 commit 9102d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/json-engine/types/sea-node.type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export type ArrayNodeData = SharedNodeData & {
2727
export type PrimitiveNodeData = SharedNodeData & {
2828
dataType: JsonDataType.String | JsonDataType.Number | JsonDataType.Boolean | JsonDataType.Null;
2929
/**
30-
* `PrimitiveNode` is always an item of some array.
31-
* It means that the parent is always a `ArrayNode`.
30+
* `PrimitiveNode` is always an item of specific array.
31+
* It means that the parent is always an `ArrayNode`.
3232
*/
3333
arrayIndex: number;
3434
value: string | number | boolean | null;

0 commit comments

Comments
 (0)