Skip to content
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

docs: example sort #282

Merged
merged 1 commit into from
Sep 11, 2024
Merged

docs: example sort #282

merged 1 commit into from
Sep 11, 2024

Conversation

ppeeou
Copy link
Member

@ppeeou ppeeou commented Sep 11, 2024

Fixes #281

@ppeeou ppeeou self-assigned this Sep 11, 2024
@ppeeou ppeeou added the documentation Improvements or additions to documentation label Sep 11, 2024
@ppeeou ppeeou merged commit e28b55e into main Sep 11, 2024
1 check passed
@ppeeou ppeeou deleted the docs/sort branch September 11, 2024 15:22
@@ -11,7 +11,7 @@ import type ReturnValueType from "./types/ReturnValueType";
* @example
* ```ts
* sort((a, b) => a > b, [3, 4, 1, 2, 5, 2]); // [1, 2, 2, 3, 4, 5]

Choose a reason for hiding this comment

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

This example also not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sort example not working
2 participants