Explorar o código

chore: add the missing right bracket

Signed-off-by: coderwander <770732124@qq.com>
coderwander hai 2 semanas
pai
achega
8f6210dba4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crates/cdk/src/pub_sub.rs

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

@@ -1,7 +1,7 @@
 //! Publish–subscribe pattern.
 //! Publish–subscribe pattern.
 //!
 //!
 //! This is a generic implementation for
 //! 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.
 //! agnostic Publish-subscribe manager.
 //!
 //!
 //! The manager has a method for subscribers to subscribe to events with a
 //! The manager has a method for subscribers to subscribe to events with a