This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new f37f1a5b96 docs(variance): Correct typos in comments (#10844)
f37f1a5b96 is described below

commit f37f1a5b966b37c7d349679c97aec447b1d2c61e
Author: Kevin Su <[email protected]>
AuthorDate: Tue Jun 11 06:01:36 2024 +0800

    docs(variance): Correct typos in comments (#10844)
    
    Signed-off-by: Kevin Su <[email protected]>
---
 datafusion/functions-aggregate/src/variance.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/functions-aggregate/src/variance.rs 
b/datafusion/functions-aggregate/src/variance.rs
index b9b11c186f..c772608cb3 100644
--- a/datafusion/functions-aggregate/src/variance.rs
+++ b/datafusion/functions-aggregate/src/variance.rs
@@ -199,7 +199,7 @@ impl AggregateUDFImpl for VariancePopulation {
 }
 
 /// An accumulator to compute variance
-/// The algrithm used is an online implementation and numerically stable. It 
is based on this paper:
+/// The algorithm used is an online implementation and numerically stable. It 
is based on this paper:
 /// Welford, B. P. (1962). "Note on a method for calculating corrected sums of 
squares and products".
 /// Technometrics. 4 (3): 419–420. doi:10.2307/1266577. JSTOR 1266577.
 ///


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to