docs: generic wording in keydb comment (drop specific title)

This commit is contained in:
Matthew Jackson
2026-06-07 21:27:06 -07:00
parent d23fcbd094
commit a4e8fbe06c
+1 -1
View File
@@ -175,7 +175,7 @@ mod tests {
#[test] #[test]
fn per_disc_uk_ranks_before_vuk() { fn per_disc_uk_ranks_before_vuk() {
// An entry with BOTH a UK and a VUK (the Being There shape) must hand the // An entry with BOTH a UK and a VUK (the dual-key shape) must hand the
// terminal UK out first, so a stale/wrong VUK never pre-empts a good UK. // terminal UK out first, so a stale/wrong VUK never pre-empts a good UK.
let mut entries = HashMap::new(); let mut entries = HashMap::new();
let mut e = entry_with_vuk("0xaabb", [0x11u8; 16]); let mut e = entry_with_vuk("0xaabb", [0x11u8; 16]);