diff --git a/zingolib/src/wallet/keys/unified.rs b/zingolib/src/wallet/keys/unified.rs index 5d134049f..586d0e570 100644 --- a/zingolib/src/wallet/keys/unified.rs +++ b/zingolib/src/wallet/keys/unified.rs @@ -68,11 +68,10 @@ impl Capability { } /// Interface to cryptographic capabilities that the library requires for -/// various operations. -/// It is created either from a BIP39 mnemonic phrase: -/// -/// OR -/// Loaded from a [`zcash_keys::keys::UnifiedSpendingKey`], or a [`zcash_keys::keys::UnifiedFullViewingKey`]. +/// various operations.
+/// It is created either from a [BIP39 mnemonic phrase](),
+/// loaded from a [`zcash_keys::keys::UnifiedSpendingKey`]
+/// or a [`zcash_keys::keys::UnifiedFullViewingKey`].

/// In addition to fundamental spending and viewing keys, the type caches generated addresses. #[derive(Debug)] pub struct WalletCapability {