Skip to content

Commit 770bbae

Browse files
pkulikovRon Petrusha
authored andcommitted
Vector<T>: fixed formatting (dotnet#639)
1 parent 1d1b04b commit 770bbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/Vector`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<format type="text/markdown"><![CDATA[
292292
293293
## Remarks
294-
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.
294+
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.
295295
296296
]]></format>
297297
</remarks>

0 commit comments

Comments
 (0)