Skip to content

Commit 962132f

Browse files
authored
Merge pull request #659 from claudecodering/master
chore: minor improvement for docs
2 parents 5fe3c0b + 34d74c1 commit 962132f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ use hashbrown::HashMap;
5151
let mut map = HashMap::new();
5252
map.insert(1, "one");
5353
```
54+
5455
## Flags
5556
This crate has the following Cargo features:
5657

src/control/group/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Group {
102102
/// - This never happens for `EMPTY` and `DELETED`, only full entries.
103103
/// - The check for key equality will catch these.
104104
/// - This only happens if there is at least 1 true match.
105-
/// - The chance of this happening is very low (< 1% chance per byte).
105+
/// - The chance of this happening is very low (< 1% chance per tag).
106106
#[inline]
107107
pub(crate) fn match_tag(self, tag: Tag) -> BitMask {
108108
// This algorithm is derived from

0 commit comments

Comments
 (0)