Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peacalm authored Sep 15, 2023
1 parent 9c390de commit 61a632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ template <typename NodeType = node_base<std::string>,
permutation_generator>::type>
class maglev_hasher;
```
NodeType: A node is a candidate, which must have an unique id, and the id must
NodeType: A node is a candidate, which must have an unique id, and the id must be
hashable. If the node has a weight, then the weight must be a **non-negative**
number.
Here is a `maglev::weighted_node_wrapper` which can support weight for a node.
Expand Down

0 comments on commit 61a632e

Please sign in to comment.