From da6265a05e55c388c5651ae1625fbf2db530e554 Mon Sep 17 00:00:00 2001 From: Mitch Russell <34431383+mjoerussell@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:33:17 -0600 Subject: [PATCH] Update crates/codegen/runtime/cargo/wasm/src/runtime/interface/generated/cst.wit Co-authored-by: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com> --- .../runtime/cargo/wasm/src/runtime/interface/generated/cst.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/codegen/runtime/cargo/wasm/src/runtime/interface/generated/cst.wit b/crates/codegen/runtime/cargo/wasm/src/runtime/interface/generated/cst.wit index ec6757a7ad..27e69e90fb 100644 --- a/crates/codegen/runtime/cargo/wasm/src/runtime/interface/generated/cst.wit +++ b/crates/codegen/runtime/cargo/wasm/src/runtime/interface/generated/cst.wit @@ -115,7 +115,7 @@ interface cst { /// Represents a connection between nodes in the syntax tree. record edge { - /// Optional label describing the relationship between nodes. + /// Describes the relationship between this node and its parent. label: edge-label, /// The target node of this edge. node: node,