Skip to content

Commit a3c2610

Browse files
RCoder01Ralith
authored andcommitted
Fix comment
1 parent db2d242 commit a3c2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/edition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl<T, R: Dim, C: Dim, S: RawStorageMut<T, R, C>> Matrix<T, R, C, S> {
249249
}
250250
}
251251

252-
/// Sets all the elements of the lower-triangular part of this matrix to `val`.
252+
/// Sets all the elements of the upper-triangular part of this matrix to `val`.
253253
///
254254
/// The parameter `shift` allows some superdiagonals to be left untouched:
255255
/// * If `shift = 0` then the diagonal is overwritten as well.

0 commit comments

Comments
 (0)