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: correct typo in alt_bn128 function names. #35210

Merged
merged 1 commit into from
Feb 16, 2024
Merged

fix: correct typo in alt_bn128 function names. #35210

merged 1 commit into from
Feb 16, 2024

Conversation

sergeytimoshin
Copy link
Contributor

@sergeytimoshin sergeytimoshin commented Feb 15, 2024

Refactor function names from "convert_edianness_64" and "convert_edianness_128" to "convert_endianness_64" and "convert_endianness_128" respectively, fixing a typo.

Problem

None, just typo.

Summary of Changes

Corrected the function names to accurately reflect their purpose.

The typo in the function names convert_edianness_64 and convert_edianness_128 has been corrected to convert_endianness_64 and convert_endianness_128 respectively.
@mergify mergify bot added community Community contribution need:merge-assist labels Feb 15, 2024
@mergify mergify bot requested a review from a team February 15, 2024 16:24
@joncinque joncinque added the CI Pull Request is ready to enter CI label Feb 15, 2024
@solana-grimes solana-grimes removed the CI Pull Request is ready to enter CI label Feb 15, 2024
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

Thanks for taking the time to fix this!

@joncinque joncinque merged commit d268139 into solana-labs:master Feb 16, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution need:merge-assist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants