We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841a1bd commit 70a90bdCopy full SHA for 70a90bd
include/hash_table.h
@@ -36,7 +36,7 @@ namespace alg {
36
typedef _HashCode hash_code_fn;
37
private:
38
/**
39
- * definiton of Key-Value pair.
+ * definition of Key-Value pair.
40
*/
41
struct HashKV {
42
key_type key; // 32-bit key
0 commit comments