From d4e1faa9b30e7205a153db6cd0d749cdf7760503 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 13 Sep 2022 16:05:03 +0200 Subject: [PATCH] api: update keyring comment to reflect correct feature name. (#14558) --- api/keyring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }