From b3e42cef38f6227a87a26725d0479bcf9ace69a9 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Mon, 8 Jul 2024 11:34:30 +0200 Subject: [PATCH] fix: typo in selector.rs (#1228) --- zenoh/src/selector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh/src/selector.rs b/zenoh/src/selector.rs index a5f761a323..05a7349881 100644 --- a/zenoh/src/selector.rs +++ b/zenoh/src/selector.rs @@ -30,7 +30,7 @@ use std::{ /// A selector is the combination of a [Key Expression](crate::prelude::KeyExpr), which defines the /// set of keys that are relevant to an operation, and a set of parameters -/// with a few intendend uses: +/// with a few intended uses: /// - specifying arguments to a queryable, allowing the passing of Remote Procedure Call parameters /// - filtering by value, /// - filtering by metadata, such as the timestamp of a value,