diff --git a/examples/03_struct_utilities/src/main.rs b/examples/03_struct_utilities/src/main.rs index 29d01112e0e..9d5a73d0574 100644 --- a/examples/03_struct_utilities/src/main.rs +++ b/examples/03_struct_utilities/src/main.rs @@ -10,7 +10,7 @@ struct Handler; impl EventHandler for Handler { fn message(&self, context: Context, msg: Message) { if msg.content == "!messageme" { - // If the `methods` feature is enabled, then model structs will + // If the `utils`-feature is enabled, then model structs will // have a lot of useful methods implemented, to avoid using an // often otherwise bulky Context, or even much lower-level `rest` // method.