Skip to content

fix(45876): Remove "ascii character" order from docs for Float64Array.sort #45883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 29, 2021

Conversation

jrmce
Copy link
Contributor

@jrmce jrmce commented Sep 15, 2021

Fixes #45876

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Sep 15, 2021
Copy link
Member

@DanielRosenwasser DanielRosenwasser left a comment

Choose a reason for hiding this comment

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

Can you update all the other sort method descriptions for TypedArrays? I'm pretty sure it's only Array that does ASCII sorting.

@ghost
Copy link

ghost commented Sep 15, 2021

CLA assistant check
All CLA requirements met.

@DanielRosenwasser
Copy link
Member

Just as a heads up, your commits don't seem to be associated with your GitHub account. While this isn't technically a problem, you might care if you want more appropriate attribution. You can either make sure your GitHub account is associated with the email address that you're using for your commits, or rebase and amend your commits to fix the author name and email.

If you don't care about any of this stuff, I can always just pull in the changes.

@jrmce
Copy link
Contributor Author

jrmce commented Sep 15, 2021

Thanks @DanielRosenwasser. Tried amending them, not sure if it worked or not. If not it's nbd, I'll try and get it fixed for the next one.

@sandersn sandersn merged commit 5d0d7ae into microsoft:main Sep 29, 2021
@jrmce jrmce deleted the fix/45876 branch September 30, 2021 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[documentation] Float64Array.sort() sorts elements numerically instead of in ASCII character order
4 participants