Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 109e835

Browse files
Update token/program-2022/src/extension/scaled_ui_amount/mod.rs
Co-authored-by: samkim-crypto <[email protected]>
1 parent 4afb6e6 commit 109e835

File tree

1 file changed

+1
-1
lines changed
  • token/program-2022/src/extension/scaled_ui_amount

1 file changed

+1
-1
lines changed

token/program-2022/src/extension/scaled_ui_amount/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl ScaledUiAmountConfig {
6464
}
6565

6666
/// Convert a raw amount to its UI representation using the given decimals
67-
/// field Excess zeroes or unneeded decimal point are trimmed.
67+
/// field. Excess zeroes or unneeded decimal point are trimmed.
6868
pub fn amount_to_ui_amount(
6969
&self,
7070
amount: u64,

0 commit comments

Comments
 (0)