Skip to content

Commit

Permalink
rename comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Oct 31, 2023
1 parent dd20df8 commit e3f07b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/element/simplify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl<'a> Simplify<'a> for BinOp<'a> {
lhs,
rhs,
} if lhs == rhs => Number(0.0_f64),
// other
/////////////////////////// 2 Numbers ///////////////////////////
BinOp {
op,
rhs: Number(rhs),
Expand Down

0 comments on commit e3f07b6

Please sign in to comment.