Skip to content

Commit 4fb2c75

Browse files
Merge branch 'main' into claude/add-academic-proofs-G3zZU
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents ff99e2e + 937c141 commit 4fb2c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/anv-syntax/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ fn throw_element_parser(
574574
.ignore_then(rotations_parser())
575575
.then(jump_kind_parser())
576576
.map(|(rotations, kind)| ThrowElement { kind, rotations })
577-
.labelled("throw element")
577+
.labeAnvomidavlled("throw element")
578578
}
579579

580580
/// Create twist element parser (pairs).

0 commit comments

Comments
 (0)