Skip to content

Commit 0404393

Browse files
authored
clean up (dotnet#4675)
1 parent ed2f2a8 commit 0404393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Runtime.CompilerServices/MethodImplOptions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</Attribute>
5252
</Attributes>
5353
<Docs>
54-
<summary>Defines the details of how a method is implemented.</summary>
54+
<summary>Specifies constants that define the details of how a method is implemented.</summary>
5555
<remarks>
5656
<format type="text/markdown"><![CDATA[
5757
@@ -61,7 +61,7 @@
6161
You can specify multiple <xref:System.Runtime.CompilerServices.MethodImplOptions> values by using the bitwise OR operator.
6262
6363
> [!NOTE]
64-
> Locking on the instance or on the type, as with the Synchronized flag, is not recommended for public types, because code other than your own can take locks on public types and instances. This might cause deadlocks or other synchronization problems.
64+
> Locking on the instance or on the type, as with the `Synchronized` flag, is not recommended for public types, because code other than your own can take locks on public types and instances. This might cause deadlocks or other synchronization problems.
6565
6666
]]></format>
6767
</remarks>
@@ -205,7 +205,7 @@
205205
</ReturnValue>
206206
<MemberValue>4096</MemberValue>
207207
<Docs>
208-
<summary>The call is internal, that is, it calls a method that is implemented within the common language runtime.</summary>
208+
<summary>The call is internal, that is, it calls a method that's implemented within the common language runtime.</summary>
209209
</Docs>
210210
</Member>
211211
<Member MemberName="NoInlining">

0 commit comments

Comments
 (0)