Skip to content

Commit

Permalink
fix: typos (#1220)
Browse files Browse the repository at this point in the history
* zenoh/src/api/handlers/ring.rs: synchrounous -> synchronous
* zenoh/src/api/selector.rs: intendend -> intended

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
  • Loading branch information
J-Loudet authored Jul 5, 2024
1 parent 54d12e1 commit c7e418f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zenoh/src/api/handlers/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use zenoh_result::ZResult;
use super::{callback::Callback, Dyn, IntoHandler};
use crate::api::session::API_DATA_RECEPTION_CHANNEL_SIZE;

/// A synchrounous ring channel with a limited size that allows users to keep the last N data.
/// A synchronous ring channel with a limited size that allows users to keep the last N data.
pub struct RingChannel {
capacity: usize,
}
Expand Down
2 changes: 1 addition & 1 deletion zenoh/src/api/selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use super::{key_expr::KeyExpr, queryable::Query};

/// A selector is the combination of a [Key Expression](crate::key_expr::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,
Expand Down

0 comments on commit c7e418f

Please # to comment.