From 9e425893a7f1afb703021e1f6194bec54acc64f9 Mon Sep 17 00:00:00 2001 From: Gregor Fischer Date: Wed, 3 Dec 2025 15:32:49 +0100 Subject: [PATCH] Fix typos and grammar in comments (#5308) --- rest/handler/tracehandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/handler/tracehandler.go b/rest/handler/tracehandler.go index 5df49db2e..dd19686aa 100644 --- a/rest/handler/tracehandler.go +++ b/rest/handler/tracehandler.go @@ -13,7 +13,7 @@ import ( ) type ( - // TraceOption defines the method to customize an traceOptions. + // TraceOption defines the method to customize a traceOptions. TraceOption func(options *traceOptions) // traceOptions is TraceHandler options.