Fix godoc wording

pull/1222/head
Michael Gaffney 5 years ago
parent b8831b16f1
commit 0b5ac930ac
No known key found for this signature in database
GPG Key ID: 21FE4844A1193A56

@ -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

Loading…
Cancel
Save