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
Vector<T>: fixed formatting
  • Loading branch information
pkulikov authored Oct 18, 2018
commit 87c104e013f8abe159be61e66ed47ec3aa346610
2 changes: 1 addition & 1 deletion xml/System.Numerics/Vector`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The copy operation begins at index `startIndex` of `destination`. The destination array must have at least `startIndex` + [CopyTo Method (T\<xref:System.Numerics.Vector%601.Count%2A> – 1 elements.
The copy operation begins at index `startIndex` of `destination`. The destination array must have at least `startIndex` + <xref:System.Numerics.Vector%601.Count%2A?displayProperty=nameWithType> elements.

]]></format>
</remarks>
Expand Down