Commit a562c14
authored
js-legacy: Fix typo in isUiAmountToAmountInstruction function name (#903)
Changed 'isUiamountToAmountInstruction' to 'isUiAmountToAmountInstruction'
to match the correct camelCase convention used throughout the codebase.
This ensures consistency with other similar functions like
createUiAmountToAmountInstruction and the UiAmountToAmount enum value.1 parent 0c63d3a commit a562c14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments