Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6487cde

Browse files
authored
fix typo remove_liquidty to remove_liquidity (#3010)
1 parent 664ad29 commit 6487cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-swap/program/src/curve/stable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ impl CurveCalculator for StableCurve {
178178
})
179179
}
180180

181-
/// Re-implementation of `remove_liquidty`:
181+
/// Re-implementation of `remove_liquidity`:
182182
///
183183
/// <https://github.com/curvefi/curve-contract/blob/80bbe179083c9a7062e4c482b0be3bfb7501f2bd/contracts/pool-templates/base/SwapTemplateBase.vy#L513>
184184
fn pool_tokens_to_trading_tokens(

0 commit comments

Comments
 (0)