Skip to content

Commit

Permalink
Update the mentioned feature methods to utils. (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakelezz committed May 16, 2019
1 parent c8a5f69 commit c970f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_struct_utilities/src/main.rs
Expand Up @@ -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.
Expand Down

0 comments on commit c970f44

Please sign in to comment.