From f56dcb3082fc38bfbaac9a446c29e27836f2fbb8 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 4 Jun 2019 21:24:33 -0700 Subject: [PATCH] docs: reword size param explanation --- src/Discord.Net.Core/CDN.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ///