Procházet zdrojové kódy

chore: add the missing right bracket

Signed-off-by: coderwander <770732124@qq.com>
coderwander před 2 týdny
rodič
revize
8f6210dba4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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