diff --git a/defmt/src/lib.rs b/defmt/src/lib.rs index 845a7c05..492d1d4a 100644 --- a/defmt/src/lib.rs +++ b/defmt/src/lib.rs @@ -367,7 +367,7 @@ pub use defmt_macros::timestamp; /// ``` pub use defmt_macros::bitflags; -/// Generates a bitflagsv2 structure that can be formatted with defmt. Users of the defmt crate can +/// Generates a bitflagsv2 structure that can be formatted with defmt. Users of the defmt crate can /// enable the bitflagsv2 feature by adding defmt = { features = ["bitflagsv2"] } to their Cargo.toml. /// /// This macro is a wrapper around the [`bitflags!`] version 2 crate, and provides an (almost) identical