diff --git a/tabled/src/tables/iter.rs b/tabled/src/tables/iter.rs index b7f77586..3b03626a 100644 --- a/tabled/src/tables/iter.rs +++ b/tabled/src/tables/iter.rs @@ -142,7 +142,7 @@ impl IterTable { } /// Limit an amount of rows will be read for dimension estimations. - /// + /// /// By default it's 1000. pub fn sniff(mut self, count: usize) -> Self { self.table.sniff = count;