diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-27 14:30:37 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-04-27 14:49:27 -0600 |
commit | 9770ce7c9ff79f8dc2286a07992168cbcc82b6cc (patch) | |
tree | eb0026195dceee703d3fb23ba017f40f3d5d10e6 /modules/caddyhttp | |
parent | 5ae1a5617c4bb1deef22cb3658ee581bb7dbf367 (diff) |
Minor comment fix
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r-- | modules/caddyhttp/templates/tplcontext.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/templates/tplcontext.go b/modules/caddyhttp/templates/tplcontext.go index 85b97f1..b466c5a 100644 --- a/modules/caddyhttp/templates/tplcontext.go +++ b/modules/caddyhttp/templates/tplcontext.go @@ -41,7 +41,7 @@ import ( type templateContext struct { Root http.FileSystem Req *http.Request - Args []interface{} // defined by arguments to .Include + Args []interface{} // defined by arguments to funcInclude RespHeader tplWrappedHeader config *Templates |