Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Oct 27, 2023
1 parent 3fc10a1 commit 21f3675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sampling/include/ebpps_sketch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ class ebpps_sketch {

/**
* Prints a summary of the sketch.
* @param detail if true, prints values of items
* @return the summary as a string
*/
string<A> to_string() const;
Expand Down Expand Up @@ -279,4 +278,4 @@ class ebpps_sketch {

#include "ebpps_sketch_impl.hpp"

#endif // _EBPPS_SKETCH_HPP_
#endif // _EBPPS_SKETCH_HPP_

0 comments on commit 21f3675

Please sign in to comment.