Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 23, 2025

Summary

Ports documentation fix from dotnet/runtime#121898. Corrects grammatical error in the index parameter description for Vector.Create methods: "being reading" → "begin reading".

Files changed:

  • xml/System.Runtime.Intrinsics/Vector128.xml
  • xml/System.Runtime.Intrinsics/Vector256.xml
  • xml/System.Runtime.Intrinsics/Vector512.xml
  • xml/System.Runtime.Intrinsics/Vector64.xml
Original prompt

Create PR that ports changes from dotnet/runtime#121898 to this repo


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…documentation

Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
Copilot AI changed the title [WIP] Port changes from dotnet/runtime PR 121898 Fix typo in Vector.Create index parameter documentation Nov 23, 2025
Copilot AI requested a review from jkotas November 23, 2025 06:39
Copilot finished work on behalf of jkotas November 23, 2025 06:39
@jkotas jkotas requested a review from tannergooding November 23, 2025 06:40
@tannergooding tannergooding marked this pull request as ready for review November 23, 2025 10:54
@tannergooding tannergooding requested a review from a team as a code owner November 23, 2025 10:54
Copilot AI review requested due to automatic review settings November 23, 2025 10:54
Copilot finished reviewing on behalf of tannergooding November 23, 2025 10:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR ports a documentation fix from dotnet/runtime#121898, correcting a grammatical error in the index parameter description for Vector.Create methods across all vector size variants.

  • Corrects the typo "being reading" to "begin reading" in parameter documentation
  • Ensures consistency across Vector64, Vector128, Vector256, and Vector512 types

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
xml/System.Runtime.Intrinsics/Vector64.xml Fixed typo in index parameter documentation for Vector64.Create method
xml/System.Runtime.Intrinsics/Vector512.xml Fixed typo in index parameter documentation for Vector512.Create method
xml/System.Runtime.Intrinsics/Vector256.xml Fixed typo in index parameter documentation for Vector256.Create method
xml/System.Runtime.Intrinsics/Vector128.xml Fixed typo in index parameter documentation for Vector128.Create method

@jkotas jkotas merged commit f9ad06a into main Nov 23, 2025
12 checks passed
@jkotas jkotas deleted the copilot/port-changes-from-dotnet-runtime branch November 23, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants