From 0b5ac930ac9f46fa6eb0a3a89765a77e58f6af44 Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Wed, 12 May 2021 12:22:04 -0400 Subject: [PATCH] Fix godoc wording --- internal/session/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/session/options.go b/internal/session/options.go index c80b7dd8c6..debd5af10e 100644 --- a/internal/session/options.go +++ b/internal/session/options.go @@ -50,7 +50,7 @@ func WithOrderByCreateTime(orderBy db.OrderBy) Option { } } -// WithScopeId allows specifying a scope ID criteria for the function. +// WithScopeIds allows specifying a scope ID criteria for the function. func WithScopeIds(scopeIds []string) Option { return func(o *options) { o.withScopeIds = scopeIds