Skip to content

Commit

Permalink
fix: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Sep 4, 2024
1 parent 155c923 commit 5dfd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/api/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ where
/// A subscriber that provides data through a [`Handler`](crate::handlers::IntoHandler).
///
/// Subscribers can be created from a zenoh [`Session`](crate::Session)
/// with the [`declare_subscriber`](crate::session::SessionDeclarations::declare_subscriber) function
/// with the [`declare_subscriber`](crate::Session::declare_subscriber) function
/// and the [`with`](SubscriberBuilder::with) function
/// of the resulting builder.
///
Expand Down

0 comments on commit 5dfd6f3

Please sign in to comment.