chore: fix typo in dailySalt comment
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I8f0d0bf4bc597f0aecfd98c292f38cdb6a6a6964
This commit is contained in:
parent
6977a501b1
commit
d7cdf2cc49
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ func (u *UniquesEstimator) Estimate() uint64 {
|
|||
return u.hll.Estimate()
|
||||
}
|
||||
|
||||
// Cenerates a deterministic salt based on the current date
|
||||
// Generates a deterministic salt based on the current date
|
||||
// Same day = same salt, different day = different salt
|
||||
func dailySalt(t time.Time) string {
|
||||
// Use UTC to ensure consistent rotation regardless of timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue