Skip to content

Commit 1d46154

Browse files
committed
random fixes
1 parent 2a605f0 commit 1d46154

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

xml/System.CodeDom/CodeParameterDeclarationExpressionCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<param name="value">An array of <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> objects with which to initialize the collection.</param>
144144
<summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection" /> class containing the specified array of <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> objects.</summary>
145145
<remarks>To be added.</remarks>
146-
<exception cref="T:System.ArgumentNullException">one or more objects in the array are <see langword="null" />.</exception>
146+
<exception cref="T:System.ArgumentNullException">One or more objects in the array are <see langword="null" />.</exception>
147147
</Docs>
148148
</Member>
149149
<Member MemberName=".ctor">

xml/System.Security.Cryptography/DSACng.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,8 @@ An error occurred during signature creation.
10201020
<returns>
10211021
<see langword="true" /> if <paramref name="rgbSignature" /> matches the signature computed using the specified hash; otherwise, <see langword="false" />.</returns>
10221022
<remarks>To be added.</remarks>
1023-
<exception cref="T:System.ArgumentNullException">The <paramref name="rgbHash" /> or <paramref name="rgbSignature" /> parameters are <see langword="null" />.</exception>
1023+
<exception cref="T:System.ArgumentNullException">
1024+
<paramref name="rgbHash" /> or <paramref name="rgbSignature" /> is <see langword="null" />.</exception>
10241025
</Docs>
10251026
</Member>
10261027
<Member MemberName="VerifySignatureCore">

xml/System.Security.Cryptography/DSAOpenSsl.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,8 @@ Setting this property to a new legal value discards the current key, but defers
720720
<returns>
721721
<see langword="true" /> if <paramref name="rgbSignature" /> matches the signature computed using the specified hash; otherwise, <see langword="false" />.</returns>
722722
<remarks>To be added.</remarks>
723-
<exception cref="T:System.ArgumentNullException">The <paramref name="rgbHash" /> or <paramref name="rgbSignature" /> parameters are <see langword="null" />.</exception>
723+
<exception cref="T:System.ArgumentNullException">
724+
<paramref name="rgbHash" /> or <paramref name="rgbSignature" /> is <see langword="null" />.</exception>
724725
</Docs>
725726
</Member>
726727
</Members>

xml/System.Security.Cryptography/MLKem.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<exception cref="T:System.ArgumentException">
166166
<para>
167167
<paramref name="ciphertext" /> is not the correct size.</para>
168-
<para> -or-</para>
168+
<para>-or-</para>
169169
<para>
170170
<paramref name="sharedSecret" /> is not the correct size.</para>
171171
</exception>
@@ -335,7 +335,7 @@
335335
<exception cref="T:System.ArgumentException">
336336
<para>
337337
<paramref name="ciphertext" /> is not the correct size.</para>
338-
<para> -or-</para>
338+
<para>-or-</para>
339339
<para>
340340
<paramref name="sharedSecret" /> is not the correct size.</para>
341341
</exception>

xml/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226155,7 +226155,7 @@
226155226155
</Parameters>
226156226156
<Docs>
226157226157
<typeparam name="TSource">The type of elements of <paramref name="source" />.</typeparam>
226158-
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />&gt;.</typeparam>
226158+
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
226159226159
<param name="source">An <see cref="T:System.Linq.OrderedParallelQuery`1" /> that contains elements to sort.</param>
226160226160
<param name="keySelector">A function to extract a key from an element.</param>
226161226161
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>

0 commit comments

Comments
 (0)