diff options
| -rw-r--r-- | src/model/channel/attachment.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel/attachment.rs b/src/model/channel/attachment.rs index 2932899..eac513f 100644 --- a/src/model/channel/attachment.rs +++ b/src/model/channel/attachment.rs @@ -23,7 +23,7 @@ pub struct Attachment { pub size: u64, /// The URL of the uploaded attachment. pub url: String, - /// If the attachment is an image, then the widfth of the image is provided. + /// If the attachment is an image, then the width of the image is provided. pub width: Option<u64>, } |