mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-03 08:31:49 -07: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,
|
||||
kind: MD_ExprKind,
|
||||
parent: *MD_Expr,
|
||||
sub: [2]*MD_Expr,
|
||||
sub: ([2]*MD_Expr),
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user