Skip to content

Commit e4ed146

Browse files
maxtropetscjen1-msft
authored andcommitted
Fix doc job (microsoft#7019)
1 parent 8fa6720 commit e4ed146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ccf/crypto/key_pair.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace ccf::crypto
180180
/**
181181
* Create a public / private ECDSA key pair from existing private key data
182182
*
183-
* @param pkey PEM key to load
183+
* @param pem PEM key to load
184184
* @return Key pair
185185
*/
186186
KeyPairPtr make_key_pair(const Pem& pem);

0 commit comments

Comments
 (0)