We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ddb25 commit a1b1647Copy full SHA for a1b1647
src/include/primer/hyperloglog.h
@@ -34,7 +34,7 @@ class HyperLogLog {
34
auto GetCardinality() { return cardinality_; }
35
36
/**
37
- * @brief Ddds a value into the HyperLogLog.
+ * @brief Adds a value into the HyperLogLog.
38
*
39
* @param[in] val - value that's added into hyperloglog
40
*/
0 commit comments