From 649e0f5a5999bbc9699cbf396332da853f5eedf4 Mon Sep 17 00:00:00 2001 From: Marius Knaust Date: Sat, 7 Aug 2021 12:06:15 +0200 Subject: [PATCH] Fix wrong reference in docs. --- src/base/statistics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///