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

Fix typo in Array's sort() method description #94842

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

edassis
Copy link
Contributor

@edassis edassis commented Jul 27, 2024

Reading through the Array Godot's help, I noticed a small typo: the intent was to use the < (less than) symbol but instead it was the > (greater than) symbol. This PR fixes it.

@edassis edassis marked this pull request as ready for review July 27, 2024 19:12
@edassis edassis requested a review from a team as a code owner July 27, 2024 19:12
@edassis edassis changed the title Fix typo in sort() method description Fix typo in Array's sort() method description Jul 27, 2024
Copy link
Member

@raulsntos raulsntos left a comment

Choose a reason for hiding this comment

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

Nice catch, thanks!

The typo was introduced by #69451 which was merged recently so no need to cherry-pick.

@akien-mga akien-mga changed the title Fix typo in Array's sort() method description Fix typo in Array's sort() method description Jul 28, 2024
@akien-mga akien-mga merged commit c2bf146 into godotengine:master Jul 28, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

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

Successfully merging this pull request may close these issues.

4 participants