From 5883018ddcb451b7320ee00644e7f18801753cd4 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Sat, 16 Mar 2024 12:48:35 -0400 Subject: [PATCH] Fix incorrect reference for SHA3_512. The documentation referenced SHA3_256 instead of SHA3_512. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related pull request: dotnet/runtime#99860 Co-authored-by: Zavarkó Gábor --- xml/System.Security.Cryptography/SHA3_512.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography/SHA3_512.xml b/xml/System.Security.Cryptography/SHA3_512.xml index 2901e1fb8a0..2b587646007 100644 --- a/xml/System.Security.Cryptography/SHA3_512.xml +++ b/xml/System.Security.Cryptography/SHA3_512.xml @@ -33,7 +33,7 @@ - Initializes a new instance of . + Initializes a new instance of . To be added.