Skip to content

Commit

Permalink
tag misprint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 8, 2024
1 parent 44e12aa commit 64af0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/key_expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ impl std::fmt::Display for KeyExpr<'_> {
std::fmt::Display::fmt(self.as_keyexpr(), f)
}
}
// tags{keyexpr.equal}
// tags{keyexpr.equals}
impl PartialEq for KeyExpr<'_> {
fn eq(&self, other: &Self) -> bool {
self.as_keyexpr() == other.as_keyexpr()
Expand Down

0 comments on commit 64af0b7

Please sign in to comment.