diff --git a/src/protocol/ast.rs b/src/protocol/ast.rs index 41106ef2a24594e50d98ab3af8a142076c69686a..d13858742e9dfebef5e58077d83232985bbdd954 100644 --- a/src/protocol/ast.rs +++ b/src/protocol/ast.rs @@ -1301,7 +1301,7 @@ pub struct ForkStatement { #[derive(Debug, Clone)] pub struct EndForkStatement { - pub this: EndForKStatementId, + pub this: EndForkStatementId, pub start_fork: ForkStatementId, pub next: StatementId, }