diff --git a/src/base/edition.rs b/src/base/edition.rs index 84ecd556e..b9a2b72e6 100644 --- a/src/base/edition.rs +++ b/src/base/edition.rs @@ -249,7 +249,7 @@ impl> Matrix { } } - /// Sets all the elements of the lower-triangular part of this matrix to `val`. + /// Sets all the elements of the upper-triangular part of this matrix to `val`. /// /// The parameter `shift` allows some superdiagonals to be left untouched: /// * If `shift = 0` then the diagonal is overwritten as well.