Skip to content

Commit

Permalink
Remove t from butt typo (#285)
Browse files Browse the repository at this point in the history
After feeling a bit sad that it didn't output butts, I decided to change this small spelling error.
  • Loading branch information
keiveulbugs authored Jun 16, 2024
1 parent c67dde5 commit 9b2633d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/pretty_help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Default for PrettyHelpConfiguration<'_> {
}
}

/// A help command that works similarly to `builtin::help` butt outputs text in an embed.
/// A help command that works similarly to `builtin::help` but outputs text in an embed.
///
pub async fn pretty_help<U, E>(
ctx: crate::Context<'_, U, E>,
Expand Down

1 comment on commit 9b2633d

@Urpagin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

humm

Please sign in to comment.