diff options
| author | acdenisSK <[email protected]> | 2017-10-05 14:21:13 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-10-05 14:21:13 +0200 |
| commit | 6e572d40853fe291bfd069cd537b04a1161a6efb (patch) | |
| tree | b0268221ff4dfc827b156f4adfad2de461f7df24 /src/model | |
| parent | Add an and (diff) | |
| download | serenity-6e572d40853fe291bfd069cd537b04a1161a6efb.tar.xz serenity-6e572d40853fe291bfd069cd537b04a1161a6efb.zip | |
Fix a typo
Diffstat (limited to 'src/model')
| -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>, } |