From 2c98f4e8e4bf7057da1239047450214fe33fbbbc Mon Sep 17 00:00:00 2001 From: Maximilian von Lindern <48887425+mavolin@users.noreply.github.com> Date: Fri, 15 May 2020 22:13:15 +0200 Subject: [PATCH] Discord: fix typo --- discord/url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/url.go b/discord/url.go index 52f0d1a..e6492f6 100644 --- a/discord/url.go +++ b/discord/url.go @@ -8,7 +8,7 @@ const ( // AutoImage chooses automatically between a PNG and GIF. AutoImage ImageType = "auto" - // JPEGImage is a JPEG image type. + // JPEGImage is the JPEG image type. JPEGImage ImageType = ".jpeg" // PNGImage is the PNG image type. PNGImage ImageType = ".png"