Skip to content

Commit

Permalink
Small doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarBarrantes committed Mar 4, 2023
1 parent 1ec71b8 commit e0a46ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl<F: Field> Matrix<F> {
/// Returns whether or not the matrix is square.
/// ## Example
/// ```
/// let is_square: bool = a.is_square());
/// let is_square: bool = a.is_square();
/// assert!(is_square);
/// ```
pub fn is_square(self) -> bool {
Expand Down

0 comments on commit e0a46ac

Please # to comment.