Skip to content

Commit

Permalink
Fix incorrect reference for SHA3_512. (#9735)
Browse files Browse the repository at this point in the history
The documentation referenced SHA3_256 instead of SHA3_512.

Related pull request: dotnet/runtime#99860

Co-authored-by: Zavarkó Gábor <zavarkog@gmail.com>
  • Loading branch information
vcsjones and zgabi authored Mar 18, 2024
1 parent 717df1d commit a10b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/SHA3_512.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of <see cref="T:System.Security.Cryptography.SHA3_256" />.</summary>
<summary>Initializes a new instance of <see cref="T:System.Security.Cryptography.SHA3_512" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down

0 comments on commit a10b0fb

Please sign in to comment.