Skip to content

Commit c9f501a

Browse files
authored
fix typo in Attachment docs (#2885)
1 parent 2d34b2b commit c9f501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/channel/attachment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct Attachment {
3838
/// The filename of the file that was uploaded. This is equivalent to what the uploader had
3939
/// their file named.
4040
pub filename: String,
41-
/// Sescription for the file (max 1024 characters).
41+
/// Description for the file (max 1024 characters).
4242
pub description: Option<String>,
4343
/// If the attachment is an image, then the height of the image is provided.
4444
pub height: Option<u32>,

0 commit comments

Comments
 (0)