From 57fdbfca882537e50685b514f89bd9cf8a4cf5da Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 20 Oct 2022 11:54:39 +0300 Subject: [PATCH] filtering: imp docs --- internal/filtering/filter.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/filtering/filter.go b/internal/filtering/filter.go index 7dc83aa1109..21268e2a70d 100644 --- a/internal/filtering/filter.go +++ b/internal/filtering/filter.go @@ -68,8 +68,8 @@ const ( ) // filterSetProperties searches for the particular filter list by url and sets -// the values of newf to it, updating afterwards if needed. It returns true if -// the update was performed and the filtering engine is needed to be restarted. +// the values of newList to it, updating afterwards if needed. It returns true +// if the update was performed and the filtering engine restart is required. func (d *DNSFilter) filterSetProperties( listURL string, newList FilterYAML,