Fix typos and grammar in comments (#5308)

This commit is contained in:
Gregor Fischer
2025-12-03 15:32:49 +01:00
committed by GitHub
parent 4de13b6cc8
commit 9e425893a7

View File

@@ -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.