Skip to content

Commit 8e8cc5b

Browse files
committed
Fix documentation to include function name.
1 parent 12cfe9b commit 8e8cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme/rfc8555.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func responseAccount(res *http.Response) (*Account, error) {
148148
}, nil
149149
}
150150

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

0 commit comments

Comments
 (0)