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