Skip to content

Commit c548227

Browse files
committed
fix(key_map): it's not a type alias anymore
1 parent 8331d55 commit c548227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/descriptor/key_map.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ use super::Descriptor;
1313
use super::{DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey};
1414
use crate::prelude::{btree_map, BTreeMap};
1515

16-
/// Alias type for a map of public key to secret key.
16+
/// A structure mapping [`DescriptorPublicKey`] to [`DescriptorSecretKey`].
1717
///
18-
/// This map is returned whenever a descriptor that contains secrets is parsed using
18+
/// It's returned whenever a descriptor that contains secrets is parsed using
1919
/// [`Descriptor::parse_descriptor`], since the descriptor will always only contain
2020
/// public keys. This map allows looking up the corresponding secret key given a
2121
/// public key from the descriptor.

0 commit comments

Comments
 (0)