Skip to content

Commit dad4ed6

Browse files
committed
Fix destroy comment
1 parent 1f6c798 commit dad4ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secretmanager/src/destroy_secret_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// Build the resource name of the secret version.
4646
$name = $client->secretVersionName($projectId, $secretId, $versionId);
4747

48-
// Access the secret version.
48+
// Destroy the secret version.
4949
$response = $client->destroySecretVersion($name);
5050

5151
// Print a success message.

0 commit comments

Comments
 (0)