Skip to content

Commit 24d96e4

Browse files
carlossanlopRon Petrusha
authored andcommitted
Small change for System.Reflection.MethodImplAttributes.AggressiveOptimization (#2864)
* Small change for System.Reflection.MethodImplAttributes.AggressiveOptimization * Update MethodImplAttributes.xml
1 parent eb63b3e commit 24d96e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Reflection/MethodImplAttributes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</ReturnValue>
163163
<MemberValue>512</MemberValue>
164164
<Docs>
165-
<summary>Specifies that the method may contain hot code and should be aggressively optimized.</summary>
165+
<summary>Specifies that the method should be optimized whenever possible.</summary>
166166
</Docs>
167167
</Member>
168168
<Member MemberName="CodeTypeMask">
@@ -763,4 +763,4 @@
763763
</Docs>
764764
</Member>
765765
</Members>
766-
</Type>
766+
</Type>

0 commit comments

Comments
 (0)