Skip to content

Commit 8c18d2c

Browse files
authored
chore: fix some minor issues in comments (#653)
Signed-off-by: pingshuijie <pingshuijie@outlook.com>
1 parent 26d45a4 commit 8c18d2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/signer/signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func (g *GCPKMS) ListKeyRingKeys(ctx context.Context) error {
330330
// It will require modifications to work:
331331
// - It may require correct/in-range values for request initialization.
332332
// - It may require specifying regional endpoints when creating the service client as shown in:
333-
// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
333+
// https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
334334
c, err := kms.NewKeyManagementClient(ctx)
335335
if err != nil {
336336
return err

docutil/readme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// updateReadmeCommands will update the list of `polycli` commands.
13-
// The section is identified by the HTML tags `<startTag></endTag>.
13+
// The section is identified by the HTML tags `<startTag></endTag>`.
1414
func updateReadmeCommands(cmd *cobra.Command, delimiter, docDir string) error {
1515
// Generate the list of commands.
1616
buf := new(bytes.Buffer)

0 commit comments

Comments
 (0)