Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Oct 22, 2024
1 parent ea0b628 commit 3b069df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-compute/src/var_cov.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Numerically stable parallel computation of (co-)variance.
// Schubert, E., & Gertz, M. (2018).
//
// Key equationsfrom the paper:
// Key equations from the paper:
// (17) for mean update, (23) for dp update (and also Table 1).

use arrow::array::{Array, PrimitiveArray};
Expand Down

0 comments on commit 3b069df

Please sign in to comment.