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 error message in instruction parsing Update parse.rs #328

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

mdqst
Copy link
Contributor

@mdqst mdqst commented Dec 16, 2024

Describe your changes.

Issue in the error handling message within the parse_inst method. The original message incorrectly referred to "passing" the instruction. This could cause confusion, as the method is responsible for parsing instructions, not passing them.

The original message:

"Failed to pass the instruction",

The corrected message:

"Failed to parse the instruction",

This change ensures the error message aligns with the method's actual functionality and avoids confusion during debugging.


This update clarifies the purpose of the error message and improves the overall developer experience when troubleshooting.

@sjudson sjudson merged commit 02930bd into nexus-xyz:main Dec 16, 2024
9 checks passed
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.

2 participants