From a0e947263561085a3d2bda35509ea460c97caf8d Mon Sep 17 00:00:00 2001 From: Todd Date: Thu, 30 May 2024 22:02:40 +0000 Subject: [PATCH] backport of commit a73a3e67db93ca5c782c88746254a6e2e19f8c14 --- api/proxy/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/proxy/option.go b/api/proxy/option.go index ecfd290167..0b5b4f73fb 100644 --- a/api/proxy/option.go +++ b/api/proxy/option.go @@ -132,7 +132,7 @@ func WithSessionTeardownTimeout(with time.Duration) Option { } } -// WithApiClient provides an optional sessions client +// WithApiClient provides an optional Boundary API client func WithApiClient(with *api.Client) Option { return func(o *Options) error { o.withApiClient = with