aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-10-05 14:21:13 +0200
committeracdenisSK <[email protected]>2017-10-05 14:21:13 +0200
commit6e572d40853fe291bfd069cd537b04a1161a6efb (patch)
treeb0268221ff4dfc827b156f4adfad2de461f7df24 /src/model
parentAdd an and (diff)
downloadserenity-6e572d40853fe291bfd069cd537b04a1161a6efb.tar.xz
serenity-6e572d40853fe291bfd069cd537b04a1161a6efb.zip
Fix a typo
Diffstat (limited to 'src/model')
-rw-r--r--src/model/channel/attachment.rs2
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>,
}