diff --git a/src/Discord.Net.Core/CDN.cs b/src/Discord.Net.Core/CDN.cs
index bb90127ee..ec508297b 100644
--- a/src/Discord.Net.Core/CDN.cs
+++ b/src/Discord.Net.Core/CDN.cs
@@ -23,7 +23,7 @@ namespace Discord
///
/// The user snowflake identifier.
/// The avatar identifier.
- /// The size of the image to return in. This can be any power of two between 16 and 2048.
+ /// The size of the image to return in horizontal pixels. This can be any power of two between 16 and 2048.
/// The format to return.
///
/// A URL pointing to the user's avatar in the specified size.
@@ -82,7 +82,7 @@ namespace Discord
///
/// The guild snowflake identifier.
/// The vanity image identifier.
- /// The size of the image to return in. This can be any power of two between 16 and 2048.
+ /// The size of the image to return in horizontal pixels. This can be any power of two between 16 and 2048.
///
/// A URL pointing to the guild's vanity image.
///