diff --git a/crates/cdk/src/pub_sub.rs b/crates/cdk/src/pub_sub.rs index e8edb95e..ceec2ed3 100644 --- a/crates/cdk/src/pub_sub.rs +++ b/crates/cdk/src/pub_sub.rs @@ -1,7 +1,7 @@ //! Publish–subscribe pattern. //! //! This is a generic implementation for -//! [NUT-17() with a type +//! [NUT-17]() with a type //! agnostic Publish-subscribe manager. //! //! The manager has a method for subscribers to subscribe to events with a