Skip to content

Commit 1a5d967

Browse files
committed
clarify Family::len unit
1 parent 4f7b256 commit 1a5d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/family.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub enum Family {
1414
}
1515

1616
impl Family {
17-
/// The length of an address in the given family
17+
/// The length of an address (as bitstring) in the given family
1818
#[allow(clippy::len_without_is_empty)]
1919
pub fn len(&self) -> u8 {
2020
match self {

0 commit comments

Comments
 (0)