Skip to content

Commit

Permalink
fix typo: 'of' instead of 'on' (XRPLF#4821)
Browse files Browse the repository at this point in the history
Co-authored-by: Hussein Badakhchani <[email protected]>
  • Loading branch information
2 people authored and sophiax851 committed Jun 12, 2024
1 parent 4113af6 commit 60eb59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/tx/impl/AMMCreate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60eb59a

Please sign in to comment.