Skip to content

Commit 8390d99

Browse files
committed
fix doctest in readme
1 parent a7ac5c0 commit 8390d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let mut c2 = GeoDistinctCount13::default();
3232
c2.push(2);
3333
c2.push(3);
3434

35-
let estimated_size = c1.size_with_sketch(&c2);
35+
let estimated_size = c1.size_with_sketch_real(&c2);
3636
assert!(estimated_size >= 3.0_f32 * 0.9 &&
3737
estimated_size <= 3.0_f32 * 1.1);
3838
```

0 commit comments

Comments
 (0)