Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored Sep 6, 2024
1 parent 18f95c0 commit 8f159ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/api/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ impl<'a> UndeclarableSealed<()> for MatchingListenerInner<'a> {
/// A listener that sends notifications when the [`MatchingStatus`] of a
/// publisher changes.
///
/// Matching litsteners run in background until the publisher is undeclared.
/// Matching listeners run in background until the publisher is undeclared.
/// They can be manually undeclared, but will not be undeclared on drop.
///
/// # Examples
Expand Down

0 comments on commit 8f159ea

Please sign in to comment.