Skip to content

Commit 6948eda

Browse files
committed
Restore the xml doc comment
1 parent 395ddca commit 6948eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Security/Cryptography/Ciphers/AesCipherMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Renci.SshNet.Security.Cryptography.Ciphers
22
{
33
/// <summary>
4-
/// Custom Cipher Mode, follows System.Security.Cryptography.CipherMode.
4+
/// Custom AES Cipher Mode, follows System.Security.Cryptography.CipherMode.
55
/// </summary>
66
public enum AesCipherMode
77
{

0 commit comments

Comments
 (0)