Skip to content

Commit 323f7b7

Browse files
authored
Fix RyuJIT typo (#7704)
1 parent 40ae171 commit 323f7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/Vector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ Note that this method returns a <xref:System.Single> instead of an integral type
26772677
<format type="text/markdown"><![CDATA[
26782678
26792679
## Remarks
2680-
Vector operations are subject to hardware acceleration on systems that support Single Instruction, Multiple Data (SIMD) instructions, and the RyiJIT just-in-time compiler is used to compile managed code.
2680+
Vector operations are subject to hardware acceleration on systems that support Single Instruction, Multiple Data (SIMD) instructions, and the RyuJIT just-in-time compiler is used to compile managed code.
26812681
26822682
]]></format>
26832683
</remarks>

0 commit comments

Comments
 (0)