Skip to content

Commit

Permalink
Update core/src/term/pattern/compile.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham authored Feb 15, 2024
1 parent f9385f4 commit 446d6d9
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 @@ -393,7 +393,7 @@ impl Compile for MatchData {
//
// let value_id = value in
//
// <for (pattern, body) in branches.rev()
// <fold (pattern, body) in branches.rev()
// - cont is the accumulator
// - initial accumulator is the default branch (or error if not default branch)
// >
Expand Down

0 comments on commit 446d6d9

Please sign in to comment.