Skip to content

Commit b3e42ce

Browse files
fix: typo in selector.rs (#1228)
1 parent b93ca84 commit b3e42ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenoh/src/selector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::{
3030

3131
/// A selector is the combination of a [Key Expression](crate::prelude::KeyExpr), which defines the
3232
/// set of keys that are relevant to an operation, and a set of parameters
33-
/// with a few intendend uses:
33+
/// with a few intended uses:
3434
/// - specifying arguments to a queryable, allowing the passing of Remote Procedure Call parameters
3535
/// - filtering by value,
3636
/// - filtering by metadata, such as the timestamp of a value,

0 commit comments

Comments
 (0)