From 1d2f9cde02ff49e4ca8de28f68485ecb89890cb0 Mon Sep 17 00:00:00 2001 From: rusttech Date: Tue, 3 Dec 2024 18:30:58 +0800 Subject: [PATCH] chore: remove redundant words in comment (#1649) Signed-off-by: rusttech --- src/strategies/masterchef-pool-balance-price/README.md | 2 +- src/strategies/masterchef-pool-balance-price/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strategies/masterchef-pool-balance-price/README.md b/src/strategies/masterchef-pool-balance-price/README.md index 8b60d7f01..deae7b3b0 100644 --- a/src/strategies/masterchef-pool-balance-price/README.md +++ b/src/strategies/masterchef-pool-balance-price/README.md @@ -55,7 +55,7 @@ The price is sourced from CoinGecko. - **log:** Boolean flag to enable or disable logging to the console (used for debugging purposes during development) - **antiWhale.enable:** Boolean flag to apply an anti-whale measure reducing the effect on the voting power as the token amount increases. - - if enabled will apply the the following to the result: + - if enabled will apply the following to the result: ```none If result > antiWhale.threshold diff --git a/src/strategies/masterchef-pool-balance-price/index.ts b/src/strategies/masterchef-pool-balance-price/index.ts index 1ceb8d90e..92668d1d4 100644 --- a/src/strategies/masterchef-pool-balance-price/index.ts +++ b/src/strategies/masterchef-pool-balance-price/index.ts @@ -42,7 +42,7 @@ export const version = '0.2.0'; * - log: Boolean flag to enable or disable logging to the console (used for debugging purposes during development) * * - antiWhale.enable: Boolean flag to apply an anti-whale measure reducing the effect on the voting power as the token amount increases. - * - if enabled will apply the the following to the result: + * - if enabled will apply the following to the result: * * If result > antiWhale.threshold * result = antiWhale.inflectionPoint * ( result / antiWhale.inflectionPoint ) ^ antiWhale.exponent