We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173aa81 commit 12ed629Copy full SHA for 12ed629
xml/System/GC.xml
@@ -1660,7 +1660,7 @@ The following example demonstrates the use of the <xref:System.GC.GetGeneration%
1660
</Parameters>
1661
<Docs>
1662
<param name="totalSize">The total size of the no GC region.</param>
1663
- <param name="callback">The callback to be executed a certain amount of memory is allocated in the no GC region.</param>
+ <param name="callback">The callback to be executed when a certain amount of memory is allocated in the no GC region.</param>
1664
<summary>Registers a callback to be invoked when a certain amount of memory is allocated in the no GC region.</summary>
1665
<remarks>To be added.</remarks>
1666
<exception cref="T:System.ArgumentOutOfRangeException">
0 commit comments