Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Reflection/ProcessorArchitecture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<ReturnType>System.Reflection.ProcessorArchitecture</ReturnType>
</ReturnValue>
<Docs>
<summary>A 64-bit AMD processor only.</summary>
<summary>A 64-bit processor based on the [x64 architecture](/windows-hardware/drivers/debugger/x64-architecture). </summary>
</Docs>
</Member>
<Member MemberName="Arm">
Expand Down Expand Up @@ -115,7 +115,7 @@
<ReturnType>System.Reflection.ProcessorArchitecture</ReturnType>
</ReturnValue>
<Docs>
<summary>A 64-bit Intel processor only.</summary>
<summary>A 64-bit Intel Itanium processor only.</summary>
</Docs>
</Member>
<Member MemberName="MSIL">
Expand Down