Grammar fixes

This commit is contained in:
Ville Skyttä 2026-05-01 10:22:13 +03:00
parent 611b01f6c8
commit d8b8655f21
10 changed files with 12 additions and 12 deletions

View file

@ -106,7 +106,7 @@ func (c *Client) Command(ctx context.Context, args ...string) (*Command, error)
// It is only usable when constructed by another function in the package because the empty pattern,
// without allMatching set to true, will result in an error in AuthenticatedCommand.
//
// Callers can currently opt-in to an slightly less secure mode for backwards compatibility by using
// Callers can currently opt-in to a slightly less secure mode for backwards compatibility by using
// AllMatchingCredentialsPattern.
type CredentialPattern struct {
allMatching bool // should only be constructable via AllMatchingCredentialsPattern