diff --git a/src/base/edition.rs b/src/base/edition.rs index 8b6581e8..d1493847 100644 --- a/src/base/edition.rs +++ b/src/base/edition.rs @@ -23,7 +23,7 @@ impl> Matrix { res } - /// Extracts the upper triangular part of this matrix (including the diagonal). + /// Extracts the lower triangular part of this matrix (including the diagonal). #[inline] pub fn lower_triangle(&self) -> MatrixMN where DefaultAllocator: Allocator {