Skip to content

Commit

Permalink
Fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Nov 15, 2024
1 parent ef63165 commit 788a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-ext/src/advanced_subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use {
use crate::advanced_cache::{ke_liveliness, KE_PREFIX, KE_STAR, KE_UHLC};

#[derive(Debug, Default, Clone)]
/// Configure the history size of an [`AdvancedCache`].
/// Configure retransmission.
pub struct RetransmissionConf {
periodic_queries: Option<Duration>,
}
Expand Down

0 comments on commit 788a8e5

Please sign in to comment.