backport of commit e29c809e8e

pull/4414/head
Stan Ryzhov 2 years ago committed by GitHub
parent 5e0f2b2661
commit 4caa8f5778

@ -116,7 +116,7 @@ func getSessionOpts(opt ...SessionOption) sessionOptions {
// SessionOption represents how Options are passed as arguments
type SessionOption func(*sessionOptions)
// scopeOptions is a struct representing available options for scopes
// sessionOptions is a struct representing available options for sessions
type sessionOptions struct {
WithExpectedSessionsCount int
}

Loading…
Cancel
Save