Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoder01 authored and Ralith committed Oct 31, 2024
1 parent db2d242 commit a3c2610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl<T, R: Dim, C: Dim, S: RawStorageMut<T, R, C>> Matrix<T, R, C, S> {
}
}

/// 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.
Expand Down

0 comments on commit a3c2610

Please sign in to comment.