Skip to content

Commit 8ce711f

Browse files
committed
key_pair: correct rustdoc comment typo
1 parent d212ec7 commit 8ce711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key_pair.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl KeyPair {
168168

169169
/// A private key that is not directly accessible, but can be used to sign messages
170170
///
171-
/// Trait objects based on this trait can be passed to the [`KeyPair::from_remote`] function to generating certificates
171+
/// Trait objects based on this trait can be passed to the [`KeyPair::from_remote`] function for generating certificates
172172
/// from a remote and raw private key, for example an HSM.
173173
pub trait RemoteKeyPair {
174174
/// Returns the public key of this key pair in the binary format as in [`KeyPair::public_key_raw`]

0 commit comments

Comments
 (0)