Skip to content

Commit 70a90bd

Browse files
committed
h:39 definiton -> definition
1 parent 841a1bd commit 70a90bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hash_table.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace alg {
3636
typedef _HashCode hash_code_fn;
3737
private:
3838
/**
39-
* definiton of Key-Value pair.
39+
* definition of Key-Value pair.
4040
*/
4141
struct HashKV {
4242
key_type key; // 32-bit key

0 commit comments

Comments
 (0)