diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-07-15 17:33:47 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-07-15 17:33:47 -0600 |
commit | bdf92ee84efa6b623698450553cb5509f1cfb66d (patch) | |
tree | c5bb95a7ebb8bf294c10be3496ab526c69e5876c /modules/caddyhttp/encode | |
parent | f2171812931114dc48a9d27122a8479af8b2c8f3 (diff) |
Minor tweaks
Diffstat (limited to 'modules/caddyhttp/encode')
-rw-r--r-- | modules/caddyhttp/encode/zstd/zstd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/encode/zstd/zstd.go b/modules/caddyhttp/encode/zstd/zstd.go index 1470baf..acebff5 100644 --- a/modules/caddyhttp/encode/zstd/zstd.go +++ b/modules/caddyhttp/encode/zstd/zstd.go @@ -27,7 +27,7 @@ func init() { }) } -// Zstd can create zstd encoders. +// Zstd can create Zstandard encoders. type Zstd struct{} // AcceptEncoding returns the name of the encoding as |