Skip to content

Commit 87a7311

Browse files
committed
typo in docstring for exteriorPower
1 parent 2a813c4 commit 87a7311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/LinearAlgebra/ExteriorAlgebra/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ section exteriorPower
7474
-- New variables `n` and `M`, to get the correct order of variables in the notation.
7575
variable (n : ℕ) (M : Type u2) [AddCommGroup M] [Module R M]
7676

77-
/-- Definition of the `n`th exterior power of an `R`-module `N`. We introduce the notation
77+
/-- Definition of the `n`th exterior power of an `R`-module `M`. We introduce the notation
7878
`⋀[R]^n M` for `exteriorPower R n M`. -/
7979
abbrev exteriorPower : Submodule R (ExteriorAlgebra R M) :=
8080
LinearMap.range (ι R : M →ₗ[R] ExteriorAlgebra R M) ^ n

0 commit comments

Comments
 (0)