Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-bhargava committed Jul 28, 2020
1 parent 20db73e commit 72fb4c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class SketchAggregator final : public Aggregator<T>
* @param none
* @return the error bound specified during construction
*/
virtual double get_error_bound(double q) override {
virtual double get_error_bound() override {
return error_bound_;
}

Expand All @@ -211,7 +211,7 @@ class SketchAggregator final : public Aggregator<T>
* @param none
* @return the maximum allowed buckets
*/
virtual size_t get_max_buckets(double q) override {
virtual size_t get_max_buckets() override {
return max_buckets_;
}

Expand Down

0 comments on commit 72fb4c9

Please sign in to comment.