Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion xml/System.Numerics/Vector2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<Docs>
<param name="values">The span of elements to assign to the vector.</param>
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 2 elements.</summary>
<returns>To be added.</returns>
<returns>A new <see cref="T:System.Numerics.Vector2" /> whose elements have the specified values.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Numerics/Vector3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
<Docs>
<param name="values">The span of elements to assign to the vector.</param>
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 3 elements.</summary>
<returns>To be added.</returns>
<returns>A new <see cref="T:System.Numerics.Vector3" /> whose elements have the specified values.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Numerics/Vector4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
<Docs>
<param name="values">The span of elements to assign to the vector.</param>
<summary>Constructs a vector from the given <see cref="T:System.ReadOnlySpan`1" />. The span must contain at least 4 elements.</summary>
<returns>To be added.</returns>
<returns>A new <see cref="T:System.Numerics.Vector4" /> whose elements have the specified values.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down