api: update keyring comment to reflect correct feature name. (#14558)
This commit is contained in:
parent
cab787c44d
commit
41284382dd
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue