mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
Discord: fix typo
This commit is contained in:
parent
2c4022734b
commit
2c98f4e8e4
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue