Skip to content

Commit f37f1a5

Browse files
authored
docs(variance): Correct typos in comments (#10844)
Signed-off-by: Kevin Su <[email protected]>
1 parent 2f860cb commit f37f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions-aggregate/src/variance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ impl AggregateUDFImpl for VariancePopulation {
199199
}
200200

201201
/// An accumulator to compute variance
202-
/// The algrithm used is an online implementation and numerically stable. It is based on this paper:
202+
/// The algorithm used is an online implementation and numerically stable. It is based on this paper:
203203
/// Welford, B. P. (1962). "Note on a method for calculating corrected sums of squares and products".
204204
/// Technometrics. 4 (3): 419–420. doi:10.2307/1266577. JSTOR 1266577.
205205
///

0 commit comments

Comments
 (0)