Skip to content

Commit 5883018

Browse files
vcsjoneszgabi
andcommitted
Fix incorrect reference for SHA3_512.
The documentation referenced SHA3_256 instead of SHA3_512. Related pull request: dotnet/runtime#99860 Co-authored-by: Zavarkó Gábor <zavarkog@gmail.com>
1 parent 717df1d commit 5883018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/SHA3_512.xml

+1-1
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)