Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 4, 2024
1 parent 9efc205 commit d45a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-compute/src/hyperloglogplus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! # Examples
//!
//! ```
//! # use polars_ops::prelude::*;
//! # use polars_compute::hyperloglogplus::*;
//! let mut hllp = HyperLogLog::new();
//! hllp.add(&12345);
//! hllp.add(&23456);
Expand Down

0 comments on commit d45a9b6

Please sign in to comment.