Skip to content

Commit

Permalink
fix typo: 'of' instead of 'on' (#4821)
Browse files Browse the repository at this point in the history
Co-authored-by: Hussein Badakhchani <[email protected]>
  • Loading branch information
hoos and Hussein Badakhchani authored Dec 6, 2023
1 parent 46f3d3e commit 656948c
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 656948c

Please sign in to comment.