Skip to content

Commit 39a49e9

Browse files
The-AlchemistBurak Yucesoy
authored andcommitted
Fix small typo in README
1 parent 9af4168 commit 39a49e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ We've added a few operators to make using `hll`s less cumbersome/verbose. They'r
180180
Hashing
181181
-------
182182

183-
You'll notice that all the calls to `hll_add` or `||` involve wrapping the input value in a `hll_hash_[type]` call; it's aboslutely crucial that you hash your input values to `hll` structures. For more on this, see the section below titled 'The Importance of Hashing'.
183+
You'll notice that all the calls to `hll_add` or `||` involve wrapping the input value in a `hll_hash_[type]` call; it's absolutely crucial that you hash your input values to `hll` structures. For more on this, see the section below titled 'The Importance of Hashing'.
184184

185185
The hashing functions we've made available are listed below:
186186

0 commit comments

Comments
 (0)