aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-10-05 14:21:13 +0200
committerZeyla Hellyer <[email protected]>2017-10-09 15:48:18 -0700
commit139acf185072e958808e544a0a02135731f899d4 (patch)
tree010e0788ffb3dfba3b66f5fd0fe0cceb383f4460 /src/model
parentAdd an and (diff)
downloadserenity-139acf185072e958808e544a0a02135731f899d4.tar.xz
serenity-139acf185072e958808e544a0a02135731f899d4.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>,
}