فهرست منبع

chore: fix some minor issues in the comments

Signed-off-by: mountdisk <mountdisk@icloud.com>
mountdisk 1 ماه پیش
والد
کامیت
0e3b23534a
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;