diff --git a/examples/custom_enum_field_filter.rs b/examples/custom_enum_field_filter.rs index c86e50c..8336c7b 100644 --- a/examples/custom_enum_field_filter.rs +++ b/examples/custom_enum_field_filter.rs @@ -89,7 +89,7 @@ impl From> for CustomPoint { } } -// Define wow we want to name the fields in the message. +// Define how we want to name the fields in the message. impl Fields<5> for CustomPoint { fn field_names_ordered() -> [&'static str; 5] { ["x", "y", "z", "intensity", "my_custom_label"]