Skip to content

Commit

Permalink
Update Mathlib/Algebra/RingQuot.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Jul 24, 2023
1 parent 5dd4831 commit b0e9a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/RingQuot.lean
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ namespace RingQuot

variable (r : R → R → Prop)

-- can't be irreducible, causes diamonds in -algebras
-- can't be irreducible, causes diamonds in -algebras
private def natCast (n : ℕ) : RingQuot r :=
⟨Quot.mk _ n⟩

Expand Down

0 comments on commit b0e9a79

Please sign in to comment.