Skip to content

Commit a1b1647

Browse files
authored
Fix typo in hyperloglog.h (#763)
1 parent 03ddb25 commit a1b1647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/primer/hyperloglog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HyperLogLog {
3434
auto GetCardinality() { return cardinality_; }
3535

3636
/**
37-
* @brief Ddds a value into the HyperLogLog.
37+
* @brief Adds a value into the HyperLogLog.
3838
*
3939
* @param[in] val - value that's added into hyperloglog
4040
*/

0 commit comments

Comments
 (0)