From 65d60d733b607360c8fd958b556954f71bfcdda9 Mon Sep 17 00:00:00 2001 From: Moritz Buhl Date: Thu, 24 Jul 2025 11:15:11 +0200 Subject: doc: remove stray double quote character from comment --- pkg/mgrconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/mgrconfig') diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go index 6bf88c574..c9944900e 100644 --- a/pkg/mgrconfig/config.go +++ b/pkg/mgrconfig/config.go @@ -253,7 +253,7 @@ type Experimental struct { // If FocusAreas is non-empty, by default all kernel code not covered by any filter will be ignored. // To focus fuzzing on some areas, but to consider the rest of the code as well, add a record // with an empty Filter, but non-empty weight. - // E.g. "focus_areas": [ {"filter": {"files": ["^net"]}, "weight": 10.0}, {"weight": 1.0"} ]. + // E.g. "focus_areas": [ {"filter": {"files": ["^net"]}, "weight": 10.0}, {"weight": 1.0} ]. FocusAreas []FocusArea `json:"focus_areas,omitempty"` } -- cgit mrf-deployment