mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 15:48:47 +00:00
fix type for MD_Expr array thing
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ title: "Metadesk Reference"
|
|||||||
node: *MD_Node,
|
node: *MD_Node,
|
||||||
kind: MD_ExprKind,
|
kind: MD_ExprKind,
|
||||||
parent: *MD_Expr,
|
parent: *MD_Expr,
|
||||||
sub: [2]*MD_Expr,
|
sub: ([2]*MD_Expr),
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user