From bdf92ee84efa6b623698450553cb5509f1cfb66d Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 15 Jul 2019 17:33:47 -0600 Subject: Minor tweaks --- modules/caddyhttp/encode/zstd/zstd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/encode') 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 -- cgit v1.2.3