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 cab787c44d
commit 41284382dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}