Skip to content

Commit 3f3b0fd

Browse files
bartonjsgewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 6729d89 commit 3f3b0fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Formats.Asn1/AsnDecoder.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<param name="source">The buffer containing encoded data.</param>
4747
<param name="ruleSet">The encoding constraints to use when interpreting the data.</param>
4848
<param name="bytesConsumed">
49-
<para>When this method returns, the number of bytes from the beginning of <paramref name="source" /> that contributed to the length.</para>
49+
<para>When this method returns, contains the number of bytes from the beginning of <paramref name="source" /> that contributed to the length.</para>
5050
<para>This parameter is treated as uninitialized.</para>
5151
</param>
5252
<summary>
@@ -1181,11 +1181,11 @@ The contents are not valid under the current encoding rules.</exception>
11811181
<param name="source">The buffer containing encoded data.</param>
11821182
<param name="ruleSet">The encoding constraints to use when interpreting the data.</param>
11831183
<param name="decodedLength">
1184-
<para>When this method returns, the decoded value of the length, or <see langword="null" /> if the encoded length represents the indefinite length.</para>
1184+
<para>When this method returns, contains the decoded value of the length, or <see langword="null" /> if the encoded length represents the indefinite length.</para>
11851185
<para>This parameter is treated as uninitialized.</para>
11861186
</param>
11871187
<param name="bytesConsumed">
1188-
<para>When this method returns, the number of bytes from the beginning of <paramref name="source" /> that contributed to the length.</para>
1188+
<para>When this method returns, contains the number of bytes from the beginning of <paramref name="source" /> that contributed to the length.</para>
11891189
<para>This parameter is treated as uninitialized.</para>
11901190
</param>
11911191
<summary>

0 commit comments

Comments
 (0)