File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ abstract contract ERC4626Fees is ERC4626 {
103103 *@dev Variant of {ERC4626Fees} where the fee is expressed as a fraction of the total amount paid.
104104 *
105105 * In this version if the fee is set to 20%, and a user deposits 100 assets, then 80 assets go toward the price of the
106- * shares, and 20 assets go toward the payment of fees. In this case, fees correspond to 20% ot the total paid price
106+ * shares, and 20 assets go toward the payment of fees. In this case, fees correspond to 20% of the total paid price
107107 * and 25% of the value of the shares bought.
108108 */
109109abstract contract ERC4626FeesOnTotal is ERC4626Fees {
@@ -126,7 +126,7 @@ abstract contract ERC4626FeesOnTotal is ERC4626Fees {
126126 * @dev Variant of {ERC4626Fees} where the fee is expressed as a fraction of the value of value being converted.
127127 *
128128 * In this version if the fee is set to 20%, and a user deposits 100 assets, then 83.33 assets go toward the price of
129- * the shares, and 16.66 assets go toward the payment of fees. In this case, fees correspond to 16.66% ot the total
129+ * the shares, and 16.66 assets go toward the payment of fees. In this case, fees correspond to 16.66% of the total
130130 * paid price and 20% of the value of the shares bought.
131131 */
132132abstract contract ERC4626FeesOnValue is ERC4626Fees {
You can’t perform that action at this time.
0 commit comments