api: update keyring comment to reflect correct feature name. (#14558)

This commit is contained in:
James Rasell
2022-09-13 16:05:03 +02:00
committed by GitHub
parent 0437bf384b
commit d4e1faa9b3

View File

@@ -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
}