Skip to content

Commit 0880c28

Browse files
authored
Fix incorrect documentation reference on SHA3_512
1 parent f602738 commit 0880c28

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Security.Cryptography/src/System/Security/Cryptography

1 file changed

+1
-1
lines changed

src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/SHA3_512.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public abstract class SHA3_512 : HashAlgorithm
2929
public const int HashSizeInBytes = HashSizeInBits / 8;
3030

3131
/// <summary>
32-
/// Initializes a new instance of <see cref="SHA3_256" />.
32+
/// Initializes a new instance of <see cref="SHA3_512" />.
3333
/// </summary>
3434
protected SHA3_512()
3535
{

0 commit comments

Comments
 (0)