Skip to content

Commit

Permalink
Fix up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Nov 1, 2024
1 parent 453cc34 commit f21e233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/prefix_argument/argument_trait.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Trait implemented for all types usable as prefix command parameters. This file also includes
//! the auto-deref specialization emulation code to e.g. support more strings for bool parameters
//! instead of the `FromStr` ones
//! Trait implemented for all types usable as prefix command parameters.
//!
//! Many of these implementations defer to [`serenity::ArgumentConvert`].
use super::{pop_string, InvalidBool, MissingAttachment, TooFewArguments};
use crate::serenity_prelude as serenity;
Expand Down
2 changes: 1 addition & 1 deletion src/slash_argument/slash_trait.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Traits for slash command parameters and a macro to wrap the auto-deref specialization hack
//! Traits for slash command parameters.
use super::SlashArgError;
use std::convert::TryInto as _;
Expand Down

0 comments on commit f21e233

Please sign in to comment.