Skip to content

Commit e0f79cf

Browse files
Update xml/System.Collections.Generic/Queue`1.xml
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
1 parent 5e9a1fb commit e0f79cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Collections.Generic/Queue`1.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,8 @@ finally {
13381338
<returns>
13391339
<see langword="true" /> if the object is successfully removed; <see langword="false" /> if the <see cref="T:System.Collections.Generic.Queue`1" /> is empty.</returns>
13401340
<remarks>To be added.</remarks>
1341-
<exception cref="System.ArgumentNullException"><paramref name="key" /> is <see langword="null" />.</exception>
1341+
<exception cref="T:System.ArgumentNullException">
1342+
<paramref name="key" /> is <see langword="null" />.</exception>
13421343
</Docs>
13431344
</Member>
13441345
<Member MemberName="TryPeek">

0 commit comments

Comments
 (0)