Skip to content

Commit

Permalink
fix typo in Attachment docs (serenity-rs#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgardt authored Jun 1, 2024
1 parent 2d34b2b commit c9f501a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/channel/attachment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Attachment {
/// The filename of the file that was uploaded. This is equivalent to what the uploader had
/// their file named.
pub filename: String,
/// Sescription for the file (max 1024 characters).
/// Description for the file (max 1024 characters).
pub description: Option<String>,
/// If the attachment is an image, then the height of the image is provided.
pub height: Option<u32>,
Expand Down

0 comments on commit c9f501a

Please sign in to comment.