Skip to content

Commit

Permalink
Update core/src/term/pattern/compile.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jneem <joeneeman@gmail.com>
  • Loading branch information
yannham and jneem authored Feb 15, 2024
1 parent 67d24e3 commit e6f687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/term/pattern/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::{
term::{make, BinaryOp, MatchData, RecordExtKind, RecordOpKind, RichTerm, Term, UnaryOp},
};

/// Generate a standard `%record_insert` primop as generated by the parser.
/// Generate a standard `%record_insert%` primop as generated by the parser.
fn record_insert() -> BinaryOp {
BinaryOp::DynExtend {
ext_kind: RecordExtKind::WithValue,
Expand Down

0 comments on commit e6f687c

Please sign in to comment.