From d3e97f82e8fb66627d7473f233caac61e0989b6a Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sat, 30 Aug 2025 03:21:14 +0300 Subject: [PATCH] fix comment Signed-off-by: Mohammed Al Sahaf --- modules/caddyhttp/tracing/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddyhttp/tracing/module.go b/modules/caddyhttp/tracing/module.go index 2feaf271c..4142ed5d9 100644 --- a/modules/caddyhttp/tracing/module.go +++ b/modules/caddyhttp/tracing/module.go @@ -69,7 +69,7 @@ func (ot *Tracing) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyh // UnmarshalCaddyfile sets up the module from Caddyfile tokens. Syntax: // // tracing { -// [injectServerTimingHeader ] +// [server_timing] // [span ] // } func (ot *Tracing) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {