Skip to content

Commit

Permalink
Fix documentation to include function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-baker committed May 13, 2022
1 parent 12cfe9b commit 8e8cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/rfc8555.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func responseAccount(res *http.Response) (*Account, error) {
}, nil
}

// Attempt to perform account key rollover.
// accountKeyRollover attempts to perform account key rollover.
// On success it will change client.Key to the new key.
func (c *Client) accountKeyRollover(ctx context.Context, newKey crypto.Signer) error {
dir, err := c.Discover(ctx) // Also required by c.accountKID
Expand Down

0 comments on commit 8e8cc5b

Please sign in to comment.