diff --git a/src/base/properties.rs b/src/base/properties.rs index 0033ef69..266d22b0 100644 --- a/src/base/properties.rs +++ b/src/base/properties.rs @@ -10,7 +10,7 @@ use base::storage::Storage; use base::{DefaultAllocator, Matrix, Scalar, SquareMatrix}; impl> Matrix { - /// Indicates if this is a square matrix. + /// Indicates if this is an empty matrix. #[inline] pub fn is_empty(&self) -> bool { let (nrows, ncols) = self.shape();