diff --git a/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs b/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs index 1c47d03b513cd2..79a66dca0a6f5e 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs @@ -52,7 +52,7 @@ public Vector(T value) /// The array from which the vector is created. /// A new with its elements set to the first elements from . /// is null. - /// The length of is less than . + /// The length of is less than . [MethodImpl(MethodImplOptions.AggressiveInlining)] public Vector(T[] values) { @@ -71,7 +71,7 @@ public Vector(T[] values) /// The index in at which to being reading elements. /// A new with its elements set to the first elements from . /// is null. - /// The length of , starting from , is less than . + /// The length of , starting from , is less than . [MethodImpl(MethodImplOptions.AggressiveInlining)] public Vector(T[] values, int index) {