fix comment

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
Mohammed Al Sahaf 2025-08-30 03:21:14 +03:00
parent 1c7d0e296b
commit d3e97f82e8
No known key found for this signature in database

View File

@ -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: // UnmarshalCaddyfile sets up the module from Caddyfile tokens. Syntax:
// //
// tracing { // tracing {
// [injectServerTimingHeader <bool>] // [server_timing]
// [span <span_name>] // [span <span_name>]
// } // }
func (ot *Tracing) UnmarshalCaddyfile(d *caddyfile.Dispenser) error { func (ot *Tracing) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {