浏览代码

Merge pull request #865 from mountdisk/main

chore: fix some minor issues in the comments
thesimplekid 1 月之前
父节点
当前提交
7aecdc667d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      crates/cdk-common/src/pub_sub/mod.rs
  2. 1 1
      crates/cdk-signatory/src/signatory.rs

+ 1 - 1
crates/cdk-common/src/pub_sub/mod.rs

@@ -1,7 +1,7 @@
 //! Publish–subscribe 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

+ 1 - 1
crates/cdk-signatory/src/signatory.rs

@@ -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;