Skip to content

Fix incorrect instruction name in doc comment - #170

Merged
joncinque merged 1 commit into
solana-program:mainfrom
latent-9:fix-doc-instruction-name
Aug 11, 2026
Merged

Fix incorrect instruction name in doc comment#170
joncinque merged 1 commit into
solana-program:mainfrom
latent-9:fix-doc-instruction-name

Conversation

@latent-9

Copy link
Copy Markdown
Contributor

The doc comment on process_ui_amount_to_amount names AmountToUiAmount, but this function processes UiAmountToAmount (it takes a ui_amount: &str). It looks like a copy of the doc from the adjacent process_amount_to_ui_amount, whose comment is identical. No code change.

@joncinquejoncinque left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks

@joncinque
joncinque merged commit c58d674 into solana-program:mainAug 11, 2026
29 checks passed
@latent-9

Copy link
Copy Markdown
ContributorAuthor

thnks bro

Sign up for freeto 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

@latent-9@joncinque