From 8f30d8dcfc97d8e5d4770cd82e55dec42529a16e Mon Sep 17 00:00:00 2001 From: Hussein Badakhchani Date: Wed, 6 Dec 2023 22:26:18 +0000 Subject: [PATCH] fix typo: 'of' instead of 'on' (#4821) Co-authored-by: Hussein Badakhchani --- src/ripple/app/tx/impl/AMMCreate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/tx/impl/AMMCreate.h b/src/ripple/app/tx/impl/AMMCreate.h index 81917c411..f521f5870 100644 --- a/src/ripple/app/tx/impl/AMMCreate.h +++ b/src/ripple/app/tx/impl/AMMCreate.h @@ -27,7 +27,7 @@ namespace ripple { /** AMMCreate implements Automatic Market Maker(AMM) creation Transactor. * It creates a new AMM instance with two tokens. Any trader, or Liquidity * Provider (LP), can create the AMM instance and receive in return shares - * of the AMM pool in the form on LPTokens. The number of tokens that LP gets + * of the AMM pool in the form of LPTokens. The number of tokens that LP gets * are determined by LPTokens = sqrt(A * B), where A and B is the current * composition of the AMM pool. LP can add (AMMDeposit) or withdraw * (AMMWithdraw) tokens from AMM and