Skip to content

Commit

Permalink
Merge pull request #372 from YichiZhang0613/fix_inconsistency
Browse files Browse the repository at this point in the history
fix: inconsistency between comment and code
  • Loading branch information
prestwich authored May 10, 2024
2 parents 2271382 + 437f8c8 commit b041f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/gcd/matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Matrix {
///
/// # Panics
///
/// Panics if `r1 < r0`.
/// Panics if `r0 < r1`.
// OPT: Would this be faster using extended binary gcd?
// See <https://en.algorithmica.org/hpc/algorithms/gcd>
#[inline]
Expand Down

0 comments on commit b041f09

Please sign in to comment.