Skip to content

Commit 578c295

Browse files
authored
Fix build errors
1 parent 98666df commit 578c295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Security/SslCertificateTrust.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Since .NET 7, the sending trusted issuers list is supported on Linux and OSX pla
6565
]]></format>
6666
</remarks>
6767
<exception cref="T:System.PlatformNotSupportedException">
68-
<paramref name="sendTrustInHandshake"> is <see langword="true"> and the current platform does not support sending trusted issuers list in handshake.
68+
<paramref name="sendTrustInHandshake" /> is <see langword="true" /> and the current platform does not support sending trusted issuers list in handshake.
6969
</exception>
7070
</Docs>
7171
</Member>
@@ -107,7 +107,7 @@ If the `sendTrustInHandshake` argument is `true`, the client can use the list of
107107
]]></format>
108108
</remarks>
109109
<exception cref="T:System.PlatformNotSupportedException">
110-
<paramref name="sendTrustInHandshake"> is <see langword="true"> and the current platform does not support sending trusted issuers list in handshake, or (on Windows) the <paramref name="store">'s location is not <xref:System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine>.
110+
<paramref name="sendTrustInHandshake" /> is <see langword="true" /> and the current platform does not support sending trusted issuers list in handshake, or (on Windows) the <paramref name="store" />'s location is not <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine" />.
111111
</exception>
112112
</Docs>
113113
</Member>

0 commit comments

Comments
 (0)