From 83bbd6c0b6acb5c4c2cd92f416a8971a4d41eaa2 Mon Sep 17 00:00:00 2001 From: Arnav Mummineni <45217840+RCoder01@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:43:06 -0400 Subject: [PATCH] Fix comment --- src/base/edition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.