Skip to content

Commit

Permalink
Fix typo in hyperloglog.h (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
YJMSTR authored Nov 17, 2024
1 parent 03ddb25 commit a1b1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/primer/hyperloglog.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HyperLogLog {
auto GetCardinality() { return cardinality_; }

/**
* @brief Ddds a value into the HyperLogLog.
* @brief Adds a value into the HyperLogLog.
*
* @param[in] val - value that's added into hyperloglog
*/
Expand Down

0 comments on commit a1b1647

Please sign in to comment.