diff --git a/ts/client/src/accounts/mangoAccount.ts b/ts/client/src/accounts/mangoAccount.ts index 2439151ef..c5fbac82a 100644 --- a/ts/client/src/accounts/mangoAccount.ts +++ b/ts/client/src/accounts/mangoAccount.ts @@ -101,7 +101,7 @@ export class MangoAccount { // How to navigate // * if a function is returning a I80F48, then usually the return value is in native quote or native token, unless specified - // * if a function is returning a number, then usually the return value is in native tokens, unless specified + // * if a function is returning a number, then usually the return value is in ui tokens, unless specified // * functions try to be explicit by having native or ui in the name to better reflect the value // * some values might appear unexpected large or small, usually the doc contains a "note"