Skip to content

Commit 2606f88

Browse files
authored
Update Interlocked.xml
1 parent 457c641 commit 2606f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading/Interlocked.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
23732373
<typeparam name="T">The type to be used for <paramref name="location1" /> and <paramref name="value" />.</typeparam>
23742374
<param name="location1">The variable to set to the specified value. This is a reference parameter (<see langword="ref" /> in C#, <see langword="ByRef" /> in Visual Basic).</param>
23752375
<param name="value">The value to which the <paramref name="location1" /> parameter is set.</param>
2376-
<summary>Sets a variable of the specified type <paramref name="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
2376+
<summary>Sets a variable of the specified type <typeparamref name="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
23772377
<returns>The original value of <paramref name="location1" />.</returns>
23782378
<remarks>
23792379
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)