fix typo: 'of' instead of 'on' (#4821)

Co-authored-by: Hussein Badakhchani <hoos@alsoug.com>
This commit is contained in:
Hussein Badakhchani
2023-12-06 22:26:18 +00:00
committed by GitHub
parent 46f3d3ef61
commit 656948cd0f

View File

@@ -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