fix type for MD_Expr array thing

This commit is contained in:
ryanfleury
2021-04-01 21:48:42 -06:00
parent 2d81355626
commit ae2e1c6baa
+1 -1
View File
@@ -435,7 +435,7 @@ title: "Metadesk Reference"
node: *MD_Node,
kind: MD_ExprKind,
parent: *MD_Expr,
sub: [2]*MD_Expr,
sub: ([2]*MD_Expr),
};
////////////////////////////////