diff --git a/src/base/statistics.rs b/src/base/statistics.rs index ebf694a5..a8a07eb3 100644 --- a/src/base/statistics.rs +++ b/src/base/statistics.rs @@ -111,7 +111,7 @@ impl> Matrix { /// The sum of all the rows of this matrix. /// - /// Use `.row_variance_tr` if you need the result in a column vector instead. + /// Use `.row_sum_tr` if you need the result in a column vector instead. /// /// # Example ///