Skip to content

Commit bef7727

Browse files
rev3rBillWagner
authored andcommitted
Update Volatile.xml summary to be consistent (#2504)
1 parent f2c2d53 commit bef7727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Threading/Volatile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
<Docs>
11631163
<param name="location">The field where the value is written.</param>
11641164
<param name="value">The value to write. The value is written immediately so that it is visible to all processors in the computer.</param>
1165-
<summary>Writes the specified value to the specified field. On systems that require it, inserts a memory barrier that prevents the processor from reordering memory operations as follows: If a memory operation appears before this method in the code, the processor cannot move it after this method.</summary>
1165+
<summary>Writes the specified value to the specified field. On systems that require it, inserts a memory barrier that prevents the processor from reordering memory operations as follows: If a read or write appears before this method in the code, the processor cannot move it after this method.</summary>
11661166
<remarks>
11671167
<format type="text/markdown"><![CDATA[
11681168
@@ -1639,4 +1639,4 @@
16391639
</Docs>
16401640
</Member>
16411641
</Members>
1642-
</Type>
1642+
</Type>

0 commit comments

Comments
 (0)