Skip to content

Commit f1de5f9

Browse files
authored
Fix comments
1 parent 7df83b6 commit f1de5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ mod test {
402402

403403
let path = TRIPLE.key((b"john", 8u8, "pedro"));
404404
let key = path.deref();
405-
// this should be prefixed(allow) || prefixed(john) || maria
405+
// this should be prefixed(triple) || prefixed(john) || prefixed(8u8) || pedro
406406
assert_eq!(
407407
"triple".len() + "john".len() + 1 + "pedro".len() + 2 * 3,
408408
key.len()

0 commit comments

Comments
 (0)