From 0b351ad0a7a8f849db224a68f802c92dbf55da17 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 13 Mar 2024 16:04:26 +0100 Subject: [PATCH] docs: fixed typo --- contracts/main/CurveStableSwapNGViews.vy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/main/CurveStableSwapNGViews.vy b/contracts/main/CurveStableSwapNGViews.vy index 6ff702dd..ac58adcc 100644 --- a/contracts/main/CurveStableSwapNGViews.vy +++ b/contracts/main/CurveStableSwapNGViews.vy @@ -100,7 +100,7 @@ def get_dx_underlying( N_COINS: uint256 = StableSwapNG(pool).N_COINS() base_pool_has_static_fee: bool = self._has_static_fee(BASE_POOL) - # CASE 1: Swap does not involve Metapool at all. In this case, we kindly as the user + # CASE 1: Swap does not involve Metapool at all. In this case, we kindly ask the user # to use the right pool for their swaps. if min(i, j) > 0: raise "Not a Metapool Swap. Use Base pool."