Skip to content

Commit

Permalink
docs(Algebra/Algebra/Basic): get the type right (#10055)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Jan 29, 2024
1 parent 995b1af commit f5a69ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Algebra/Basic.lean
Expand Up @@ -420,7 +420,7 @@ end

variable (R A)

/-- The canonical ring homomorphism `algebraMap R A : R →* A` for any `R`-algebra `A`,
/-- The canonical ring homomorphism `algebraMap R A : R →+* A` for any `R`-algebra `A`,
packaged as an `R`-linear map.
-/
protected def linearMap : R →ₗ[R] A :=
Expand Down

0 comments on commit f5a69ea

Please sign in to comment.