Skip to content

Commit 87642e9

Browse files
committed
docs(keys): fix typo
1 parent ee74abb commit 87642e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/src/Yubico/YubiKey/Cryptography/RSAPrivateKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Yubico.YubiKey.Cryptography;
2222
/// </summary>
2323
/// <remarks>
2424
/// This class encapsulates the parameters specific to RSA private keys
25-
/// and provides factory methods for creating instances from EC parameters
25+
/// and provides factory methods for creating instances from RSA parameters
2626
/// or DER-encoded data.
2727
/// </remarks>
2828
public sealed class RSAPrivateKey : PrivateKey

0 commit comments

Comments
 (0)