Skip to content

Commit 12ed629

Browse files
authored
Update GC.xml (dotnet#9448)
1 parent 173aa81 commit 12ed629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/GC.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ The following example demonstrates the use of the <xref:System.GC.GetGeneration%
16601660
</Parameters>
16611661
<Docs>
16621662
<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>
1663+
<param name="callback">The callback to be executed when a certain amount of memory is allocated in the no GC region.</param>
16641664
<summary>Registers a callback to be invoked when a certain amount of memory is allocated in the no GC region.</summary>
16651665
<remarks>To be added.</remarks>
16661666
<exception cref="T:System.ArgumentOutOfRangeException">

0 commit comments

Comments
 (0)