Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Sep 8, 2024
1 parent 00430f3 commit 4b332e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pub fn register_param(input: proc_macro::TokenStream) -> proc_macro::TokenStream
/// This macro wraps the implementations of "internal" tratis.
///
/// These traits are used to group set of functions which should be implemented
/// togehter and with the same portotyoe. E.g. `QoSBuilderTrait` provides set of
/// together and with the same portotyoe. E.g. `QoSBuilderTrait` provides set of
/// setters (`congestion_control`, `priority`, `express`) and we should not
/// forget to implement all these setters for each entity which supports
/// QoS functionality.
Expand Down

0 comments on commit 4b332e4

Please sign in to comment.