Skip to content

Commit

Permalink
Revert mistaken AI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Apr 22, 2024
1 parent df5394d commit 2915b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl<const MAX_POLY_DEGREE: usize> SubAssign<&Poly<MAX_POLY_DEGREE>> for Poly<MA
}
}

// Multiplying by a polynomial is a trivial wrapper can't increase the degree, so it is trivial.
// Multiplying by a scalar can't increase the degree, so it is trivial.
impl<const MAX_POLY_DEGREE: usize> Mul<Coeff> for Poly<MAX_POLY_DEGREE> {
type Output = Self;

Expand Down

0 comments on commit 2915b72

Please sign in to comment.