Skip to content

Commit

Permalink
Update bindgen/src/bindings/cpp/templates/obj.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Kristupas Antanavicius <kristupas.antanavicius@nordsec.com>
  • Loading branch information
Lipt0nas and arg0d authored Dec 1, 2023
1 parent 64f7e03 commit a6a1370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/src/bindings/cpp/templates/obj.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct {{ canonical_type_name }} {
bool eq(const {{ type_name }} &other) const;

/**
* Inequality check, internally calls Rust's `Eq` trait.
* Inequality check, internally calls Rust's `Ne` trait.
*/
bool ne(const {{ type_name }} &other) const;
{% when UniffiTrait::Hash { hash } %}
Expand Down

0 comments on commit a6a1370

Please sign in to comment.