Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqtkatt committed Mar 27, 2024
1 parent ec24ae2 commit bbc7146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term/transform/float_combinators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Term {
continue;
}

// Recusively float the children terms.
// Recursively float the children terms.
term.float_combinators(combinators, name_gen, book, def_name, builtin, seen);

match term {
Expand Down

0 comments on commit bbc7146

Please sign in to comment.