Răsfoiți Sursa

Merge pull request #804 from coderwander/main

chore: add the missing right bracket
thesimplekid 2 săptămâni în urmă
părinte
comite
7e8913a1cf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      crates/cdk/src/pub_sub.rs

+ 1 - 1
crates/cdk/src/pub_sub.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