From a4e8fbe06c1e3d2f554d2df68f6fa93481a86af6 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:27:06 -0700 Subject: [PATCH] docs: generic wording in keydb comment (drop specific title) --- src/keydb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keydb.rs b/src/keydb.rs index 0f3c87e..deda11c 100644 --- a/src/keydb.rs +++ b/src/keydb.rs @@ -175,7 +175,7 @@ mod tests { #[test] 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. let mut entries = HashMap::new(); let mut e = entry_with_vuk("0xaabb", [0x11u8; 16]);