Discord: fix typo

This commit is contained in:
Maximilian von Lindern 2020-05-15 22:13:15 +02:00 committed by GitHub
parent 2c4022734b
commit 2c98f4e8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"