Merge pull request #865 from mountdisk/main

chore: fix some minor issues in the comments
This commit is contained in:
thesimplekid
2025-06-30 13:45:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//! Publishsubscribe pattern.
//!
//! This is a generic implementation for
//! [NUT-17(<https://github.com/cashubtc/nuts/blob/main/17.md>) with a type
//! [NUT-17](<https://github.com/cashubtc/nuts/blob/main/17.md>) with a type
//! agnostic Publish-subscribe manager.
//!
//! The manager has a method for subscribers to subscribe to events with a

View File

@@ -132,7 +132,7 @@ impl From<&(MintKeySetInfo, MintKeySet)> for SignatoryKeySet {
#[async_trait::async_trait]
/// Signatory trait
pub trait Signatory {
/// The Signatory implementation name. This may be exposed, so being as discreet as possible is
/// The Signatory implementation name. This may be exposed, so being as discrete as possible is
/// advised.
fn name(&self) -> String;