Skip to content

Commit a10b0fb

Browse files
vcsjoneszgabi
andauthored
Fix incorrect reference for SHA3_512. (dotnet#9735)
The documentation referenced SHA3_256 instead of SHA3_512. Related pull request: dotnet/runtime#99860 Co-authored-by: Zavarkó Gábor <[email protected]>
1 parent 717df1d commit a10b0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/SHA3_512.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</AssemblyInfo>
3434
<Parameters />
3535
<Docs>
36-
<summary>Initializes a new instance of <see cref="T:System.Security.Cryptography.SHA3_256" />.</summary>
36+
<summary>Initializes a new instance of <see cref="T:System.Security.Cryptography.SHA3_512" />.</summary>
3737
<remarks>To be added.</remarks>
3838
</Docs>
3939
</Member>

0 commit comments

Comments
 (0)