Skip to content

Commit 29e20f6

Browse files
authored
docs: mark WithUniverseDomain as stable (#2847)
1 parent 4b4eacf commit 29e20f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

option/option.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ func (w withAuthCredentials) Apply(o *internal.DialSettings) {
359359
}
360360

361361
// WithUniverseDomain returns a ClientOption that sets the universe domain.
362-
//
363-
// This is an EXPERIMENTAL API and may be changed or removed in the future.
364362
func WithUniverseDomain(ud string) ClientOption {
365363
return withUniverseDomain(ud)
366364
}

0 commit comments

Comments
 (0)