diff options
author | cui fliter <[email protected]> | 2023-04-25 23:54:42 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-25 09:54:42 -0600 |
commit | 3443a8a056c7fe1a67cbf64f7e7f8acdc3762416 (patch) | |
tree | fe256e7ee151aeebba2d6f65a574defba7710552 /modules/caddyhttp/fileserver/matcher.go | |
parent | 2943c41884278ec5fc44bcb55d2b9b088838cdc2 (diff) | |
download | caddy-3443a8a056c7fe1a67cbf64f7e7f8acdc3762416.tar.gz caddy-3443a8a056c7fe1a67cbf64f7e7f8acdc3762416.zip |
fix some comments (#5508)
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'modules/caddyhttp/fileserver/matcher.go')
-rw-r--r-- | modules/caddyhttp/fileserver/matcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/fileserver/matcher.go b/modules/caddyhttp/fileserver/matcher.go index 1cdc87c7f..f42445fbf 100644 --- a/modules/caddyhttp/fileserver/matcher.go +++ b/modules/caddyhttp/fileserver/matcher.go @@ -558,7 +558,7 @@ func indexFold(haystack, needle string) int { return -1 } -// isCELMapLiteral returns whether the expression resolves to a map literal containing +// isCELTryFilesLiteral returns whether the expression resolves to a map literal containing // only string keys with or a placeholder call. func isCELTryFilesLiteral(e *exprpb.Expr) bool { switch e.GetExprKind().(type) { |