Skip to content

Commit

Permalink
chore: remove redundant words in comment (#1649)
Browse files Browse the repository at this point in the history
Signed-off-by: rusttech <[email protected]>
  • Loading branch information
rusttech authored Dec 3, 2024
1 parent cb78534 commit 1d2f9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/strategies/masterchef-pool-balance-price/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/masterchef-pool-balance-price/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d2f9cd

Please sign in to comment.