diff --git a/api/keyring.go b/api/keyring.go index ee6b72734..3bb004f26 100644 --- a/api/keyring.go +++ b/api/keyring.go @@ -5,7 +5,7 @@ import ( "net/url" ) -// Keyring is used to access the Secure Variables keyring +// Keyring is used to access the Variables keyring. type Keyring struct { client *Client }