From c3c851286ff486babf0327dbdf58ade94851f443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 20 Dec 2022 10:38:32 +0000 Subject: [PATCH] fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- services/graph/pkg/service/v0/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graph/pkg/service/v0/option.go b/services/graph/pkg/service/v0/option.go index ac8f74e4f6..b159b80611 100644 --- a/services/graph/pkg/service/v0/option.go +++ b/services/graph/pkg/service/v0/option.go @@ -98,7 +98,7 @@ func WithRoleService(val RoleService) Option { } } -// WithRoleService provides a function to set the RoleService option. +// WithSearchService provides a function to set the SearchService option. func WithSearchService(val searchsvc.SearchProviderService) Option { return func(o *Options) { o.SearchService = val